revert
This commit is contained in:
@@ -225,7 +225,7 @@ def redis_config(db):
|
||||
|
||||
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"
|
||||
|
||||
# Channels Configuration
|
||||
|
||||
Reference in New Issue
Block a user