diff --git a/villafleurie/settings.py b/villafleurie/settings.py index ad177f4..c4766b0 100644 --- a/villafleurie/settings.py +++ b/villafleurie/settings.py @@ -38,7 +38,9 @@ MIDDLEWARE = [ ] if os.environ.get('ENV') == 'PRODUCTION': - STATICFILES_STORAGE = 'whitenoise.storage.CompressedManifestStaticFilesStorage' + # STATICFILES_STORAGE = 'whitenoise.storage.CompressedManifestStaticFilesStorage' + STATICFILES_STORAGE = 'django.contrib.staticfiles.storage.ManifestStaticFilesStorage' + INTERNAL_IPS = ['127.0.0.1']