Skip to content

Commit d8d4888

Browse files
committed
WHITENOISE_MANIFEST_STRICT to False
1 parent 82eb71b commit d8d4888

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

djangosnippets/settings/production.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def env_to_bool(input):
5858
SECURE_PROXY_SSL_HEADER = ("HTTP_X_FORWARDED_PROTO", "https")
5959

6060
STATICFILES_STORAGE = "whitenoise.storage.CompressedManifestStaticFilesStorage"
61-
61+
WHITENOISE_MANIFEST_STRICT = False
6262
# Pull the various config info from Heroku.
6363
# Heroku adds some of this automatically if we're using a simple settings.py,
6464
# but we're not and it's just as well -- I like doing this by hand.

0 commit comments

Comments
 (0)