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