Bogdanp / django_dramatiq

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

Handle task packages #46

Closed AceFire6 closed 4 years ago

AceFire6 commented 4 years ago

This accounts for the case where there is not a tasks.py file but a tasks/ directory with various submodules each with actors in them.

AceFire6 commented 4 years ago

@Bogdanp I'm not really sure what to do about the codeclimate issue.

Bogdanp commented 4 years ago

@AceFire6 don't worry about it. I'm going to remove codeclimate.

The change looks fine, but I can't dive in right now. I'll take another look in a couple of weeks.

Bogdanp commented 4 years ago

Thanks! I've merged these change with rebase and will release them sometime in the next couple of weeks.