Fix celery worker initialization by setting up Django before Celery and fixing import name
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
from .celery import app as celery_app
|
||||
__all__ = ('celery_app',)
|
||||
from .celery import app as celery
|
||||
__all__ = ('celery',)
|
||||
Reference in New Issue
Block a user