We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b741103 commit 9af267eCopy full SHA for 9af267e
website/settings/production.py
@@ -43,7 +43,7 @@
43
44
STORAGES = {
45
"default": {
46
- "BACKEND": "whitenoise.storage.CompressedManifestStaticFilesStorage",
+ "BACKEND": "django.core.files.storage.FileSystemStorage",
47
},
48
"staticfiles": {
49
"BACKEND": "whitenoise.storage.CompressedManifestStaticFilesStorage",
0 commit comments