Skip to content
Snippets Groups Projects

Resolve "Test django-cachalot"

Merged Jonathan Weth requested to merge 310-test-django-cachalot into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -203,7 +203,7 @@ if _settings.get("caching.memcached.enabled", False):
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"])
SILENCED_SYSTEM_CHECKS.append("cachalot.W001")
# Password validation
Loading