mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-09 06:24:52 +03:00
Update local.py
This commit is contained in:
parent
c5c9454d59
commit
641ff8abd6
|
@ -77,8 +77,7 @@ INSTALLED_APPS += ['django_extensions'] # noqa F405
|
||||||
# Celery
|
# Celery
|
||||||
# ------------------------------------------------------------------------------
|
# ------------------------------------------------------------------------------
|
||||||
# http://docs.celeryproject.org/en/latest/userguide/configuration.html#std:setting-task_always_eager
|
# http://docs.celeryproject.org/en/latest/userguide/configuration.html#std:setting-task_always_eager
|
||||||
CELERY_TASK_ALWAYS_EAGER = True
|
CELERY_ALWAYS_EAGER = True
|
||||||
CELERY_TASK_EAGER_PROPAGATES = True
|
|
||||||
|
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
# Your stuff...
|
# Your stuff...
|
||||||
|
|
Loading…
Reference in New Issue
Block a user