Add webhooks to django using signals.
Project description
Django Signal Webhooks
pip install django-signal-webhooks
Documentation: https://mrthearman.github.io/django-signal-webhooks/
Source Code: https://github.com/MrThearMan/django-signal-webhooks/
This library enables you to add webhooks to a Django project for any create/update/delete events on your models with a simple configuration. New webhooks can be added in the admin panel, with or without authentication, with plenty of hooks into the webhook sending process to customize them for your needs.
# project/settings.py
# Add to instaled apps
INSTALLED_APPS = [
...
"signal_webhooks",
...
]
# Add default webhook configuration to the User model
SIGNAL_WEBHOOKS = {
"HOOKS": {
"django.contrib.auth.models.User": ...,
},
}
Project details
Release history Release notifications | RSS feed
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
Close
Hashes for django_signal_webhooks-0.2.4.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0aa565f8057c8bd78242254e94f9e8d51c8ab57367815d6923133bc8dbd4cbb8 |
|
MD5 | 7549d2735f18cf3517963b478137fdac |
|
BLAKE2b-256 | 6d44f80e178b568de4783ac3847dbf4b59520df38d9c0fa274567575f099fb7d |
Close
Hashes for django_signal_webhooks-0.2.4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ef389e7ee34f7c2fc06db19533b302dae3a1e2dd669f881b26780efd23be07bb |
|
MD5 | 900cd8958a330292c6958269e31e04f4 |
|
BLAKE2b-256 | 092104722e6b24e9b3446ddd8d560a5bff3d48468af06f4d364dcbb7e9935dc1 |