Skip to content
Snippets Groups Projects

More cachalot fixes

Merged Nik | Klampfradler requested to merge more-cachalot-fixes into master
2 files
+ 7
1
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 2
1
@@ -271,8 +271,9 @@ 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"]
CACHALOT_ENABLED = _settings.get("caching.query_caching", True)
SESSION_ENGINE = "django.contrib.sessions.backends.cache"
SESSION_CACHE_ALIAS = "default"
Loading