Skip to content

Commit 9af267e

Browse files
committed
Fix media file storage
1 parent b741103 commit 9af267e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/settings/production.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444
STORAGES = {
4545
"default": {
46-
"BACKEND": "whitenoise.storage.CompressedManifestStaticFilesStorage",
46+
"BACKEND": "django.core.files.storage.FileSystemStorage",
4747
},
4848
"staticfiles": {
4949
"BACKEND": "whitenoise.storage.CompressedManifestStaticFilesStorage",

0 commit comments

Comments
 (0)