mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-19 03:14:52 +03:00
� fixed typo in
This commit is contained in:
parent
ab7d44049c
commit
18fe62a341
|
@ -15,7 +15,6 @@ variables:
|
||||||
MYSQL_ROOT_PASSWORD: ''
|
MYSQL_ROOT_PASSWORD: ''
|
||||||
MYSQL_ALLOW_EMPTY_PASSWORD: 'yes'
|
MYSQL_ALLOW_EMPTY_PASSWORD: 'yes'
|
||||||
{% endif -%}
|
{% endif -%}
|
||||||
{%- endif %}
|
|
||||||
{% if cookiecutter.use_celery == 'y' -%}
|
{% if cookiecutter.use_celery == 'y' -%}
|
||||||
CELERY_BROKER_URL: 'redis://redis:6379/0'
|
CELERY_BROKER_URL: 'redis://redis:6379/0'
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user