Use cachalot to invalidate caches
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user