diff --git a/website/settings.py b/website/settings.py index 2d53f0c..6f0499e 100644 --- a/website/settings.py +++ b/website/settings.py @@ -131,7 +131,6 @@ 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.