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/...../..../....'
}
}
Release files for django-q-slack 0.3.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django-q-slack-0.3.0.tar.gz | 2.1 kB | Details |
Release files / django-q-slack-0.3.0.tar.gz
| Download URL | django-q-slack-0.3.0.tar.gz |
|---|---|
| Size | 2.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
69edcc866548feee8949c01e621fbb0d36ad28e7b2909b7458197a199e3b873f
|
|
BLAKE2b-256 checksum How to use checksums |
5886d19d71a00a0205182d26a6556ae6f4272bf33d6fecbc655a8d74f938b9e0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.9.13
|