We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82eb71b commit d8d4888Copy full SHA for d8d4888
djangosnippets/settings/production.py
@@ -58,7 +58,7 @@ def env_to_bool(input):
58
SECURE_PROXY_SSL_HEADER = ("HTTP_X_FORWARDED_PROTO", "https")
59
60
STATICFILES_STORAGE = "whitenoise.storage.CompressedManifestStaticFilesStorage"
61
-
+WHITENOISE_MANIFEST_STRICT = False
62
# Pull the various config info from Heroku.
63
# Heroku adds some of this automatically if we're using a simple settings.py,
64
# but we're not and it's just as well -- I like doing this by hand.
0 commit comments