mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-22 17:47:08 +03:00
c96c932111
The settings which are normally prefixed `CELERYD_` are for worker-related config, but since we instantiate the Celery app with a namespace, the prefix for these config should actually be `CELERY_`. |
||
---|---|---|
.. | ||
settings | ||
__init__.py | ||
celery_app.py | ||
urls.py | ||
wsgi.py |