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.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1a86ca026417d6d71558f54a503f8174bb8b82e2899b13d365825c39aa5b3baa |
|
MD5 | 2d558d09bbe91eced10a57ebc1f0caa2 |
|
BLAKE2b-256 | 6adfe5ae4dcb0084833f8be22ba13d03232feaa8d2501a62f93fca20eeb54ec1 |
Close
Hashes for django_signal_webhooks-0.2.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ace5d33b2aa52bfe1127d8c8b6c98844b26a688298a01e08c0879431104a3223 |
|
MD5 | 670824800c84c7302f380f4f49e8cce5 |
|
BLAKE2b-256 | 79023889cf47dfec79758042c9f21569a01d742702152202a09f8994dd992123 |