mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-01 10:49:50 +03:00
fixed jinja again
This commit is contained in:
parent
66ad1593a9
commit
44406593bb
|
@ -11,9 +11,9 @@ django==1.9.8
|
||||||
|
|
||||||
# Configuration
|
# Configuration
|
||||||
django-environ==0.4.0
|
django-environ==0.4.0
|
||||||
{%- if cookiecutter.use_whitenoise == 'y' -%}
|
{% if cookiecutter.use_whitenoise == 'y' -%}
|
||||||
whitenoise==3.2
|
whitenoise==3.2
|
||||||
{%- endif %}
|
{%- endif -%}
|
||||||
|
|
||||||
# Forms
|
# Forms
|
||||||
django-braces==1.9.0
|
django-braces==1.9.0
|
||||||
|
|
Loading…
Reference in New Issue
Block a user