mirror of
https://github.com/rjNemo/villafleurie
synced 2026-06-12 13:26:47 +00:00
whitenoise
This commit is contained in:
parent
78390d8b8a
commit
9450771066
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ MIDDLEWARE = [
|
|||
]
|
||||
|
||||
if os.environ.get('ENV') == 'PRODUCTION':
|
||||
STATICFILES_STORAGE = 'villafleurie.storage.WhiteNoiseStaticFilesStorage'
|
||||
STATICFILES_STORAGE = 'storage.WhiteNoiseStaticFilesStorage'
|
||||
# STATICFILES_STORAGE = 'whitenoise.storage.CompressedManifestStaticFilesStorage'
|
||||
# STATICFILES_STORAGE = 'django.contrib.staticfiles.storage.ManifestStaticFilesStorage'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue