A Django WebHook handler for Phaxio.
Project description
Django Phaxio
Django WebHooks for Phaxio callbacks.
Installation
Simply install the latest stable package using the command
pip install django-phaxio
add 'django_phaxio', to INSTALLED_APPs in your settings.py
and add
path('phaxio/', include('django_phaxio.urls', namespace='phaxio')),
to your urlpatterns in your URL root configuration.
You will also need to set the Phaxio callback token for security.
PHAXIO_CALLBACK_TOKEN (required):
Callback token provided by Phaxio to verify the request origin.
Documentation
The latest documentation can be found at Read the Docs.
Contribution
Please read the Contributing Guide before you submit a pull request.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file django-phaxio-4.0.0.tar.gz
.
File metadata
- Download URL: django-phaxio-4.0.0.tar.gz
- Upload date:
- Size: 13.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 721def79ed6d97e0eafe102cfa484867c49aa562a109be47c0ea5a45eaa01298 |
|
MD5 | e354da28f80e60aec6441a852dc7d6b3 |
|
BLAKE2b-256 | 3c53843c54106556804e4d2428013a8029d1c67d3d65a6491b235400e67e6f41 |
File details
Details for the file django_phaxio-4.0.0-py3-none-any.whl
.
File metadata
- Download URL: django_phaxio-4.0.0-py3-none-any.whl
- Upload date:
- Size: 6.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6ca81d74f00fd4860e62424f37175b46393151e6bda708b55e160501e9cacd7d |
|
MD5 | e63fc14989d9d154c8fc507e74f10c3c |
|
BLAKE2b-256 | 91bb2cfc8263373d865ce07420ec3e8d3f928c4dd43ed9fa260ac7211965ba0d |