From 90174324210e778f143e877b16a30fbc06789f4e Mon Sep 17 00:00:00 2001 From: Bruno Alla Date: Tue, 1 Aug 2017 22:34:09 +0100 Subject: [PATCH] Update django-storages fixes #998 The -redux project is now the official project, update to the latest version --- {{cookiecutter.project_slug}}/requirements/production.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_slug}}/requirements/production.txt b/{{cookiecutter.project_slug}}/requirements/production.txt index bdb9da9a..743ee629 100644 --- a/{{cookiecutter.project_slug}}/requirements/production.txt +++ b/{{cookiecutter.project_slug}}/requirements/production.txt @@ -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 %}