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.1.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9951a76209bab6685db36b6a8fecd3871dcfe5f1c1b657463d5eb3f8c7c7a405 |
|
MD5 | da2cb0412b95d161ece7e2e62b65f441 |
|
BLAKE2b-256 | e2acea78f58cc6ed2f73c6296ea2ec140f8dc7a51f9e02a2218ed298caf06f1e |
Close
Hashes for django_signal_webhooks-0.1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | dfef2f7ae9d317197bf387f4d53fd76688f850a936fa6aed1d75ffe031526cc7 |
|
MD5 | 19b8cd417a2664c4bb32589f057809a3 |
|
BLAKE2b-256 | 6011777c7f4065cc3fd52ef87c9469f270f44d052e7f2283ab7c7ebc6a676ef2 |