Merge pull request #199 from ka7eh/ka7eh

Updated INSTALLED_APPS for 'collectfast'.
This commit is contained in:
Saurabh Kumar 2015-03-13 12:20:08 +05:30
commit ba2bcf8190
2 changed files with 4 additions and 2 deletions

View File

@ -37,6 +37,7 @@ Martin Blech
Andy Rose
Andrew Mikhnevich / @zcho
Kevin Ndung'u / @kevgathuku
Kaveh / @ka7eh
* Possesses commit rights

View File

@ -81,9 +81,10 @@ class Production(Common):
AWS_AUTO_CREATE_BUCKET = True
AWS_QUERYSTRING_AUTH = False
# see: https://github.com/antonagestam/collectfast
# See: https://github.com/antonagestam/collectfast
# For Django 1.7+, 'collectfast' should come before 'django.contrib.staticfiles'
AWS_PRELOAD_METADATA = True
INSTALLED_APPS += ('collectfast', )
INSTALLED_APPS = ('collectfast', ) + INSTALLED_APPS
# AWS cache settings, don't change unless you know what you're doing:
AWS_EXPIRY = 60 * 60 * 24 * 7