Skip to content

Automatically import all task submodules

Leo P. Singer requested to merge leo-singer/gwcelery:auto-import-tasks into master

All of the submodules containing GWCelery tasks must be imported so that they are discovered and registered on the application.

This patch scans the directory and imports submodules automatically so that the imports do not have to be directly maintained.

Merge request reports