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