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.3.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 28d559c4b922474bfe63f80a4692ece0cace470effea17b21ba3e7f71031ed21 |
|
MD5 | ef24553924de45810e6d7c6ec2d2f3eb |
|
BLAKE2b-256 | 80a2634c390e2bab24247c1f3a1987e4d862d048c33ebfa839057238681cbb36 |
Close
Hashes for django_signal_webhooks-0.2.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | fd96efc90541b94f4ceb53d4e64570e3d0c503a8b791097a001b52fddd854538 |
|
MD5 | 8a7b8d8e51fbb2e735e1e4b8cd17860f |
|
BLAKE2b-256 | cadcc9137b603fa122578ca19f158bedba240a62a739c1f6b7048b68b0682565 |