Skip to content
Snippets Groups Projects
Verified Commit 1cc70628 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Handle default_oot database in cachalot

parent 9ff0ae45
No related branches found
No related tags found
1 merge request!964More cachalot fixes
......@@ -271,7 +271,7 @@ else:
INSTALLED_APPS.append("cachalot")
DEBUG_TOOLBAR_PANELS.append("cachalot.panels.CachalotPanel")
CACHALOT_TIMEOUT = _settings.get("caching.cachalot.timeout", None)
CACHALOT_DATABASES = set(["default"])
CACHALOT_DATABASES = set(["default", "default_oot"])
SILENCED_SYSTEM_CHECKS += ["cachalot.W001"]
SESSION_ENGINE = "django.contrib.sessions.backends.cache"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment