We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SESSION_REDIS must be a dict. But in settings.py is written:
SESSION_REDIS
settings.py
getattr(SESSION_REDIS, 'host', 'localhost')
This VERY BIG MISTAKE is a joke?
I see this bug was fixed but it hasn't released yet.
The text was updated successfully, but these errors were encountered:
@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.
Sorry, something went wrong.
@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.
django-redis
django.contrib.sessions.backends.cache
SESSION_ENGINE
No branches or pull requests
SESSION_REDIS
must be a dict.But in
settings.py
is written:This VERY BIG MISTAKE is a joke?
I see this bug was fixed but it hasn't released yet.
The text was updated successfully, but these errors were encountered: