You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use django-appconf to carry some celery settings into the host project (ie CELERY_RESULT_BACKEND). Broadly speaking, is this a valid use case for django-appconf? I am concerned that Django will try to initialize the Celery app object before django-appconf modifies the host project settings.
The text was updated successfully, but these errors were encountered:
I am trying to use
django-appconf
to carry somecelery
settings into the host project (ieCELERY_RESULT_BACKEND
). Broadly speaking, is this a valid use case fordjango-appconf
? I am concerned that Django will try to initialize the Celery app object beforedjango-appconf
modifies the host project settings.The text was updated successfully, but these errors were encountered: