Use cachalot to invalidate caches

This commit is contained in:
2023-02-11 17:24:13 +00:00
parent 9fcf5041f0
commit 4ead6ff7c1
5 changed files with 9 additions and 14 deletions

View File

@@ -44,6 +44,7 @@ INSTALLED_APPS = [
"django_tables2_bulma_template",
"prettyjson",
"mixins",
"cachalot",
]
# Performance optimisations
@@ -181,6 +182,7 @@ DEBUG_TOOLBAR_PANELS = [
"debug_toolbar.panels.logging.LoggingPanel",
"debug_toolbar.panels.redirects.RedirectsPanel",
"debug_toolbar.panels.profiling.ProfilingPanel",
"cachalot.panels.CachalotPanel",
]
from app.local_settings import * # noqa