From 3e0feb6bb7356232d30040c46e333d10e185447c Mon Sep 17 00:00:00 2001 From: SilviaAmAm Date: Thu, 19 Sep 2024 13:27:44 +0200 Subject: [PATCH] :fire: Remove unneeded setting Checked: this is also not present in the open forms config --- backend/src/openarchiefbeheer/conf/production.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/backend/src/openarchiefbeheer/conf/production.py b/backend/src/openarchiefbeheer/conf/production.py index c020d788..03558f2f 100644 --- a/backend/src/openarchiefbeheer/conf/production.py +++ b/backend/src/openarchiefbeheer/conf/production.py @@ -23,11 +23,6 @@ SESSION_ENGINE = "django.contrib.sessions.backends.cache" SESSION_CACHE_ALIAS = "default" -# Caching templates. -TEMPLATES[0]["OPTIONS"]["loaders"] = [ - ("django.template.loaders.cached.Loader", TEMPLATE_LOADERS) -] - # The file storage engine to use when collecting static files with the # collectstatic management command. STATICFILES_STORAGE = "django.contrib.staticfiles.storage.ManifestStaticFilesStorage"