Skip to content

replace __name__ with module level

Marius Kriegerowski requested to merge bugfix/demo-start into master

This is required as celery needs to be able to import app. Since celery 5.0.3 programmatic celery instanciation is re-introduced. This will be covered in a future MR.

Merge request reports