Bogdanp / django_dramatiq

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

Optional setting DRAMATIQ_IGNORED_MODULES #34

Closed denizdogan closed 5 years ago

denizdogan commented 5 years ago

Fixes #33

I tried my best to follow the commit message standard and code style, flake8 had no complaints.

For the unit test, I decided to create a new test app, testapp2, and rename the old testapp to testapp1 to keep it somewhat consistent.

Updated README with description of the feature.

denizdogan commented 5 years ago

Phew, Code Climate took me by surprise, but hopefully this should be satisfactory... 😄

Bogdanp commented 5 years ago

Thanks! I've merged this w/ rebase. I'll cut a release in a few minutes.