Skip to content

Commit

Permalink
Merge pull request #366 from maykinmedia/fix/broken-build
Browse files Browse the repository at this point in the history
Fix build
  • Loading branch information
SilviaAmAm authored Sep 19, 2024
2 parents 5319562 + 3e0feb6 commit c386083
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions backend/src/openarchiefbeheer/conf/production.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit c386083

Please sign in to comment.