feat(aws/s3): use Collectfast by @antonagestam for faster collectstatic.

This commit is contained in:
Saurabh Kumar 2014-01-22 22:46:34 +05:30
parent d0c41c00cf
commit 04f0511111
2 changed files with 7 additions and 2 deletions

View File

@ -4,5 +4,6 @@
gunicorn==0.17.4
django-storages==1.1.4
Collectfast==0.1.13
gevent==0.13.8
boto==2.9.5

View File

@ -348,6 +348,10 @@ class Production(Common):
AWS_AUTO_CREATE_BUCKET = True
AWS_QUERYSTRING_AUTH = False
# see: https://github.com/antonagestam/collectfast
AWS_PRELOAD_METADATA = True
INSTALLED_APPS += ("collectfast", )
# AWS cache settings, don't change unless you know what you're doing:
AWS_EXPIREY = 60 * 60 * 24 * 7
AWS_HEADERS = {