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
django-phaxio-4.0.0.tar.gz
(13.5 kB
view hashes)
Built Distribution
Close
Hashes for django_phaxio-4.0.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6ca81d74f00fd4860e62424f37175b46393151e6bda708b55e160501e9cacd7d |
|
MD5 | e63fc14989d9d154c8fc507e74f10c3c |
|
BLAKE2b-256 | 91bb2cfc8263373d865ce07420ec3e8d3f928c4dd43ed9fa260ac7211965ba0d |