fixed session storage, whoops
This commit is contained in:
parent
372936fcad
commit
f2f048d094
1 changed files with 1 additions and 1 deletions
|
@ -262,7 +262,7 @@ if HAS_REDIS:
|
|||
CACHES['default'] = CACHES['redis']
|
||||
else:
|
||||
SESSION_CACHE_ALIAS = "redis"
|
||||
SESSION_ENGINE = "django.contrib.sessions.backends.cached"
|
||||
SESSION_ENGINE = "django.contrib.sessions.backends.cache"
|
||||
|
||||
REDIS_CONNECTION_POOL = redis.ConnectionPool.from_url(REDIS_SERVERS[0])
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue