Skip to content

Commit

Permalink
Add the whitenoise staticfiles storage
Browse files Browse the repository at this point in the history
  • Loading branch information
emperorcezar committed Nov 5, 2015
1 parent 6f945fb commit b350c62
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions chipy_org/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -286,3 +286,5 @@ def env_list(key, defaults=[], delimiter=','):
# 'level': 'INFO'
# }
# }

STATICFILES_STORAGE = 'whitenoise.django.GzipManifestStaticFilesStorage'

0 comments on commit b350c62

Please sign in to comment.