Update doc

This commit is contained in:
2025-02-17 16:20:33 +01:00
parent ba6e2a6402
commit 3b80b36ed6
4 changed files with 57 additions and 30 deletions

View File

@ -216,8 +216,7 @@ DATABASES = {
"default": env.dj_db_url("DATABASE_URL", conn_max_age=None, conn_health_checks=True)
}
if "CACHE_URL" in os.environ:
CACHES = {"default": env.dj_cache_url("CACHE_URL")}
CACHES = {"default": env.dj_cache_url("CACHE_URL")}
SESSION_ENGINE = "django.contrib.sessions.backends.cached_db"