From 5f7874a9a37faa6d92df20402b06ce5f2e964a3f Mon Sep 17 00:00:00 2001 From: Alex Tsai Date: Fri, 10 Apr 2015 14:33:07 -0700 Subject: [PATCH] Swap to django-storages-redux, an actively maintained (py3 compatible) fork of django-storages --- CONTRIBUTORS.txt | 1 + {{cookiecutter.repo_name}}/requirements/production.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt index 55f3251f..b876222c 100644 --- a/CONTRIBUTORS.txt +++ b/CONTRIBUTORS.txt @@ -38,6 +38,7 @@ Andy Rose Andrew Mikhnevich / @zcho Kevin Ndung'u / @kevgathuku Kaveh / @ka7eh +Alex Tsai / @caffodian * Possesses commit rights diff --git a/{{cookiecutter.repo_name}}/requirements/production.txt b/{{cookiecutter.repo_name}}/requirements/production.txt index 8e09f7c4..154f5959 100644 --- a/{{cookiecutter.repo_name}}/requirements/production.txt +++ b/{{cookiecutter.repo_name}}/requirements/production.txt @@ -3,7 +3,7 @@ -r base.txt gunicorn==19.3.0 -django-storages==1.1.8 +django-storages-redux==1.2.3 Collectfast==0.2.1 gevent==1.0.1 boto==2.38.0