Skip to content
Snippets Groups Projects
Commit 65a5071a authored by jan.bednarik's avatar jan.bednarik
Browse files

Setup redirects file tmp storage for distributed deployment

parent f7ead77e
No related branches found
No related tags found
2 merge requests!505Release,!504Setup redirects file tmp storage for distributed deployment
Pipeline #8123 passed
......@@ -41,3 +41,7 @@ STATICFILES_STORAGE = "whitenoise.storage.CompressedManifestStaticFilesStorage"
LOGGING["filters"] = {
"require_debug_false": {"()": "django.utils.log.RequireDebugFalse"}
}
# WAGTAIL
# ------------------------------------------------------------------------------
WAGTAIL_REDIRECTS_FILE_STORAGE = "cache"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment