diff --git a/website/settings.py b/website/settings.py index 8e6a208..8ca6110 100644 --- a/website/settings.py +++ b/website/settings.py @@ -128,6 +128,7 @@ CACHES = { "renditions": env.cache( var="RENDITION_CACHE_URL", default="locmemcache://renditions" ), + "template_fragments": env.cache(var="FRAGMENTS_CACHE_URL", default="dummycache://"), } # Allow the redirect importer to work in load-balanced / cloud environments.