提交题目完成的排名
This commit is contained in:
@@ -210,8 +210,7 @@ def redis_config(db):
|
||||
}
|
||||
|
||||
|
||||
if production_env:
|
||||
CACHES = {"default": redis_config(db=1)}
|
||||
CACHES = {"default": redis_config(db=1)}
|
||||
|
||||
SESSION_ENGINE = "django.contrib.sessions.backends.cache"
|
||||
SESSION_CACHE_ALIAS = "default"
|
||||
|
||||
Reference in New Issue
Block a user