django-redis-sessions
django-redis-sessions copied to clipboard
dict and getattr o_O
SESSION_REDIS
must be a dict.
But in settings.py
is written:
getattr(SESSION_REDIS, 'host', 'localhost')
This VERY BIG MISTAKE is a joke?
I see this bug was fixed but it hasn't released yet.
@liminspace That is not the best way to phrase your request for a release.
I do hope it ends up pypi soonish as well though.
@rhoog will be in pypi soon enough. Wanted to test it for a week or two from git master
As result I've moved to django-redis
using django.contrib.sessions.backends.cache
as SESSION_ENGINE
. It works very good and has more functionality.