lamby / django-slack

Slack integration for Django, using the templating engine to generate messages
https://django-slack.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
241 stars 57 forks source link

Add support for asynchronous sending using Django-Q #87

Closed lutoma closed 5 years ago

lutoma commented 5 years ago

This ist just a simple adaptation of the CeleryBackend to make it work with Django-Q.

lamby commented 5 years ago

Great, stuff - released as 5.13.0 — thanks!