whitenoise overriding

This commit is contained in:
Ruidy Nemausat 2019-12-03 18:04:05 +01:00
parent a74efde793
commit b9560e687d

View file

@ -38,7 +38,7 @@ MIDDLEWARE = [
]
if os.environ.get('ENV') == 'PRODUCTION':
STATICFILES_STORAGE = 'villafleurie.storage.CompressedManifestStaticFilesStorage'
STATICFILES_STORAGE = 'storage.CompressedManifestStaticFilesStorage'
INTERNAL_IPS = ['127.0.0.1']