mirror of
https://github.com/rjNemo/villafleurie
synced 2026-06-06 02:16:47 +00:00
whitenoise overriding
This commit is contained in:
parent
a74efde793
commit
b9560e687d
1 changed files with 1 additions and 1 deletions
|
|
@ -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']
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue