fixed jinja again

This commit is contained in:
nelsonlho 2016-08-04 01:41:01 -07:00
parent 66ad1593a9
commit 44406593bb

View File

@ -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