mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-08 05:54:53 +03:00
Re-add endif closing block
This commit is contained in:
parent
b95c69652c
commit
904bb7f690
|
@ -51,6 +51,7 @@ redis>=2.10.5
|
|||
|
||||
{% if cookiecutter.use_celery == "y" %}
|
||||
celery==4.1.0 # pyup: <5.0
|
||||
{% endif %}
|
||||
|
||||
{% if cookiecutter.use_compressor == "y" %}
|
||||
rcssmin==1.0.6 {% if cookiecutter.windows == 'y' %}--install-option="--without-c-extensions"{% endif %}
|
||||
|
|
Loading…
Reference in New Issue
Block a user