diff --git a/aleksis/core/settings.py b/aleksis/core/settings.py index 051ae21400dea3d4906a812fb4ed8fe9466f60f1..72d627ac57b03cce6c1f03543825c1fbd48e80bb 100644 --- a/aleksis/core/settings.py +++ b/aleksis/core/settings.py @@ -206,10 +206,9 @@ if _settings.get("caching.memcached.enabled", False): "LOCATION": _settings.get("caching.memcached.address", "127.0.0.1:11211"), } } - if _settings.get("caching.cachalot.enabled", True): - INSTALLED_APPS.append("cachalot") - DEBUG_TOOLBAR_PANELS.append("cachalot.panels.CachalotPanel") - CACHALOT_TIMEOUT = _settings.get("caching.cachalot.timeout", None) + INSTALLED_APPS.append("cachalot") + DEBUG_TOOLBAR_PANELS.append("cachalot.panels.CachalotPanel") + CACHALOT_TIMEOUT = _settings.get("caching.cachalot.timeout", None) # Password validation # https://docs.djangoproject.com/en/2.1/ref/settings/#auth-password-validators