This commit is contained in:
2026-05-24 21:20:08 -06:00
parent 0213ab4a72
commit 4af186a1ab

View File

@@ -225,7 +225,7 @@ def redis_config(db):
CACHES = {"default": redis_config(db=1)} CACHES = {"default": redis_config(db=1)}
SESSION_ENGINE = "django.contrib.sessions.backends.cached_db" SESSION_ENGINE = "django.contrib.sessions.backends.cache"
SESSION_CACHE_ALIAS = "default" SESSION_CACHE_ALIAS = "default"
# Channels Configuration # Channels Configuration