We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66c6284 commit a12d523Copy full SHA for a12d523
backend/django_project/settings.py
@@ -46,7 +46,7 @@
46
STATIC_URL = "/static/"
47
STATICFILES_DIRS = [BASE_DIR / "static"]
48
STATIC_ROOT = BASE_DIR / "staticfiles"
49
- STATICFILES_STORAGE = "whitenoise.storage.CompressedManifestStaticFilesStorage"
+ STATICFILES_STORAGE = "whitenoise.storage.CompressedStaticFilesStorage"
50
MEDIA_URL = "/media/"
51
MEDIA_ROOT = os.path.join(BASE_DIR, "media")
52
WHITENOISE_MANIFEST_STRICT = False
0 commit comments