A Slack support plugin for Django Q
Project description
django-q-slack
A Django Q Error Reporter plugin adding Slack support.
Installation
Usage
Configure Sentry via the Django Q Q_CLUSTER dictionary in your Django project's settings.py. It is important that the sentry key be set in the error_reporter dictionary, as this name aligns with the project's entry point for this plugin. The only required configuration entry is your Sentry DSN.
Q_CLUSTER = {
'error_reporter': {
'slack': {
'web_hook': 'https://hooks.slack.com/services/...../..../....'
}
}
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
django-q-slack-0.3.0.tar.gz
(2.1 kB
view details)
File details
Details for the file django-q-slack-0.3.0.tar.gz
.
File metadata
- Download URL: django-q-slack-0.3.0.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 69edcc866548feee8949c01e621fbb0d36ad28e7b2909b7458197a199e3b873f |
|
MD5 | 518cc1834722b236e2bcb9680f4084b1 |
|
BLAKE2b-256 | 5886d19d71a00a0205182d26a6556ae6f4272bf33d6fecbc655a8d74f938b9e0 |