mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-22 17:47:08 +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
|
||||
django-environ==0.3.0
|
||||
django-secure==1.0.1
|
||||
{% if cookiecutter.use_whitenoise == 'y' -%}
|
||||
whitenoise==1.0.6
|
||||
{%- endif %}
|
||||
|
||||
|
||||
# Forms
|
||||
django-braces==1.8.0
|
||||
|
|
|
@ -11,8 +11,6 @@ gunicorn==19.3.0
|
|||
# ------------------------------------------------
|
||||
boto==2.38.0
|
||||
django-storages-redux==1.2.3
|
||||
{% if cookiecutter.use_whitenoise == 'y' -%}
|
||||
whitenoise==1.0.6
|
||||
{% else %}
|
||||
{% if cookiecutter.use_whitenoise != 'y' -%}
|
||||
Collectfast==0.2.3
|
||||
{%- endif %}
|
||||
|
|
Loading…
Reference in New Issue
Block a user