# HG changeset patch # User Brian Neal # Date 1449533977 21600 # Node ID d00747d2f43e409ff802d6d7d05c83281d6a8e8f # Parent 02ae9a4a846a8d29a61bf9316b774347ad12fb9b Turn on ManifestStaticFilesStorage on production. diff -r 02ae9a4a846a -r d00747d2f43e sg101/settings/production.py --- a/sg101/settings/production.py Sun Dec 06 21:49:39 2015 -0600 +++ b/sg101/settings/production.py Mon Dec 07 18:19:37 2015 -0600 @@ -24,6 +24,7 @@ CONN_MAX_AGE = 1200 STATIC_ROOT = os.path.abspath(os.path.join(PROJECT_PATH, '..', 'static_serve')) +STATICFILES_STORAGE = 'django.contrib.staticfiles.storage.ManifestStaticFilesStorage' # Used cached template loader TEMPLATE_LOADERS = [