Skip to content

Commit a12d523

Browse files
Try with CompressedStaticFilesStorage
1 parent 66c6284 commit a12d523

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/django_project/settings.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
STATIC_URL = "/static/"
4747
STATICFILES_DIRS = [BASE_DIR / "static"]
4848
STATIC_ROOT = BASE_DIR / "staticfiles"
49-
STATICFILES_STORAGE = "whitenoise.storage.CompressedManifestStaticFilesStorage"
49+
STATICFILES_STORAGE = "whitenoise.storage.CompressedStaticFilesStorage"
5050
MEDIA_URL = "/media/"
5151
MEDIA_ROOT = os.path.join(BASE_DIR, "media")
5252
WHITENOISE_MANIFEST_STRICT = False

0 commit comments

Comments
 (0)