Bogdanp / django_dramatiq

A Django app that integrates with Dramatiq.
https://dramatiq.io
Other
331 stars 77 forks source link

Fix CustomDjangoDramatiqConfig example #165

Closed pencil closed 4 weeks ago

pencil commented 1 month ago

The initialize method does not exist and Django automatically loads apps. Simply adding the app INSTALLED_APPS is all there is to it. Tested with django==4.2.11. Fixes #157.