Skip to content

Commit 66c6284

Browse files
Set WHITENOISE_MANIFEST_STRICT false
1 parent 972976c commit 66c6284

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

backend/django_project/settings.py

+1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
STATICFILES_STORAGE = "whitenoise.storage.CompressedManifestStaticFilesStorage"
5050
MEDIA_URL = "/media/"
5151
MEDIA_ROOT = os.path.join(BASE_DIR, "media")
52+
WHITENOISE_MANIFEST_STRICT = False
5253
else:
5354
# Production settings
5455
AWS_ACCESS_KEY_ID = os.environ.get("AWS_ACCESS_KEY_ID")

0 commit comments

Comments
 (0)