cookiecutter-django/{{cookiecutter.project_slug}}/config/settings
Bruno Alla c96c932111 Correct name for Celery worker-related settings - fix #2080
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_`.
2019-05-27 14:46:07 +01:00
..
__init__.py Remove Python 2.7 support per #1129 (#1130) 2017-04-21 12:31:45 -07:00
base.py Correct name for Celery worker-related settings - fix #2080 2019-05-27 14:46:07 +01:00
local.py Run Black on Travis (#1957) 2019-03-18 17:49:43 +00:00
production.py Update {{cookiecutter.project_slug}}/config/settings/production.py 2019-05-22 09:46:20 +03:00
test.py Run Black on Travis (#1957) 2019-03-18 17:49:43 +00:00