Use cachalot to invalidate caches

This commit is contained in:
2023-02-11 17:22:25 +00:00
parent dea1cfe889
commit 33d8e26c9b
19 changed files with 51 additions and 35 deletions

View File

@@ -53,6 +53,7 @@ INSTALLED_APPS = [
# "two_factor.plugins.yubikey",
# "otp_yubikey",
"mixins",
"cachalot",
]
@@ -202,6 +203,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