mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-07-31 10:19:54 +03:00
fixed whitenoise template on base.txt
This commit is contained in:
parent
f6dc75549b
commit
200d6d0b86
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user