fix
This commit is contained in:
@@ -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.cache"
|
SESSION_ENGINE = "django.contrib.sessions.backends.cached_db"
|
||||||
SESSION_CACHE_ALIAS = "default"
|
SESSION_CACHE_ALIAS = "default"
|
||||||
|
|
||||||
# Channels Configuration
|
# Channels Configuration
|
||||||
|
|||||||
Reference in New Issue
Block a user