fixed whitenoise template on base.txt

This commit is contained in:
nelsonlho 2016-08-04 01:34:59 -07:00
parent f6dc75549b
commit 200d6d0b86

View File

@ -13,7 +13,7 @@ django==1.9.8
django-environ==0.4.0
{% if cookiecutter.use_whitenoise == 'y' -%}
whitenoise==3.2
{%- endif %}
{%- endif -%}
# Forms
django-braces==1.9.0