Update django-storages fixes #998

The -redux project is now the official project, update to the latest version
This commit is contained in:
Bruno Alla 2017-08-01 22:34:09 +01:00 committed by GitHub
parent ffedad9103
commit 9017432421

View File

@ -17,7 +17,7 @@ gunicorn==19.7.1
# Static and Media Storage
# ------------------------------------------------
boto==2.48.0
django-storages-redux==1.3.3
django-storages==1.6.5
{% if cookiecutter.use_whitenoise != 'y' -%}
Collectfast==0.5.2
{%- endif %}