Bogdanp / django_dramatiq

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

Convert the module name to a module when recursing in _get_submodules #58

Closed ThePumpingLemma closed 4 years ago

ThePumpingLemma commented 4 years ago

This fixes https://github.com/Bogdanp/django_dramatiq/issues/54, where _get_submodules fails on .tasks modules that contain additional submodules

Bogdanp commented 4 years ago

Thanks!