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"