Bogdanp / django_dramatiq

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

Update rundramatiq.py #57

Closed lorenzobracciale closed 4 years ago

lorenzobracciale commented 4 years ago

This prevents ignored modules (specified in DRAMATIQ_IGNORED_MODULES) from being loaded.

My case was with django_slack repo whose tasks.py require celery. Even though I put it in DRAMATIQ_IGNORED_MODULES, celery is still required

Bogdanp commented 4 years ago

Thanks! I just merged these changes with rebase. Sorry it took so long. I lost track of this PR.