enable compression

This commit is contained in:
John Matthew 2016-07-08 08:00:57 -07:00
parent 47671cfcf7
commit 7c7c236824
1 changed files with 2 additions and 0 deletions

View File

@ -108,3 +108,5 @@ USE_TZ = True
STATIC_URL = '/static/'
STATIC_ROOT = os.path.join(BASE_DIR, 'staticfiles')
STATICFILES_STORAGE = 'whitenoise.storage.CompressedManifestStaticFilesStorage'