mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-10 19:57:09 +03:00
fix(whitenoise): move dependency in base.txt,
- required for 'runserver' to run properly Thanks to @acquayefrank closes #230
This commit is contained in:
parent
f8160a089d
commit
bb5505f3a4
|
@ -4,6 +4,10 @@ django==1.8
|
||||||
# Configuration
|
# Configuration
|
||||||
django-environ==0.3.0
|
django-environ==0.3.0
|
||||||
django-secure==1.0.1
|
django-secure==1.0.1
|
||||||
|
{% if cookiecutter.use_whitenoise == 'y' -%}
|
||||||
|
whitenoise==1.0.6
|
||||||
|
{%- endif %}
|
||||||
|
|
||||||
|
|
||||||
# Forms
|
# Forms
|
||||||
django-braces==1.8.0
|
django-braces==1.8.0
|
||||||
|
|
|
@ -11,8 +11,6 @@ gunicorn==19.3.0
|
||||||
# ------------------------------------------------
|
# ------------------------------------------------
|
||||||
boto==2.38.0
|
boto==2.38.0
|
||||||
django-storages-redux==1.2.3
|
django-storages-redux==1.2.3
|
||||||
{% if cookiecutter.use_whitenoise == 'y' -%}
|
{% if cookiecutter.use_whitenoise != 'y' -%}
|
||||||
whitenoise==1.0.6
|
|
||||||
{% else %}
|
|
||||||
Collectfast==0.2.3
|
Collectfast==0.2.3
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user