Open lexer21 opened 1 year ago
I have run into similar issue. In fact it was related with DEBUG=True, As described here https://django-slack.readthedocs.io/#slack-backend we need to manually set SLACK_BACKEND in settings.py
As in, it was incorrectly using the DisabledBackend...?
Hello im trying to send a test message on my local machine to my slack channel but it fails silently. I'm trying to run the following function
send_msg
in django shell but it fails silently. I have gotten a slack bot token setup, i have invited my bot to my#general
channel.django_slack
was added toINSTALLED_APPS
.I'm using:
Here is imy
message.slack
template.My settings for
TEMPLATES
Also i have noticed if I set
SLACK_TOKEN
to some invalid value, I dont get any error, it also fails silently.