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

Silence stupid cachalot version check

parent ab7953bf
No related branches found
No related tags found
1 merge request!571Silence stupid cachalot version check
Pipeline #7086 passed
......@@ -245,7 +245,7 @@ INSTALLED_APPS.append("cachalot")
DEBUG_TOOLBAR_PANELS.append("cachalot.panels.CachalotPanel")
CACHALOT_TIMEOUT = _settings.get("caching.cachalot.timeout", None)
CACHALOT_DATABASES = set(["default"])
SILENCED_SYSTEM_CHECKS.append("cachalot.W001")
SILENCED_SYSTEM_CHECKS += ["cachalot.W001", "cachalot.E003"]
SESSION_ENGINE = "django.contrib.sessions.backends.cache"
SESSION_CACHE_ALIAS = "default"
......
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