mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-02-04 13:40:57 +03:00
Redis config in local is now conditional on Celery.
This commit is contained in:
parent
ee2bb3f2ef
commit
72893b1d06
|
@ -2,6 +2,8 @@
|
|||
# ------------------------------------------------------------------------------
|
||||
USE_DOCKER=yes
|
||||
|
||||
{%- if cookiecutter.use_celery == 'y' %}
|
||||
# Redis
|
||||
# ------------------------------------------------------------------------------
|
||||
REDIS_URL=redis://redis:6379/0
|
||||
{% endif %}
|
||||
|
|
Loading…
Reference in New Issue
Block a user