diff options
author | Markus Zapke-Grùˆndemann <info@keimlink.de> | 2012-01-08 17:09:53 +0100 |
---|---|---|
committer | Markus Zapke-Grùˆndemann <info@keimlink.de> | 2012-01-08 17:09:53 +0100 |
commit | d8e87d205cfda78460c7078dd980a22572b9111b (patch) | |
tree | 493a91254a3c0273a6dc4c4d3c214fdaaec12c3c /conf | |
parent | a1cae76c0fe6b36b0ace12f04eda516b8e02987e (diff) |
Added Redis session backend.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/dev_settings.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/dev_settings.py b/conf/dev_settings.py index bd03dc3..6d3c702 100644 --- a/conf/dev_settings.py +++ b/conf/dev_settings.py @@ -26,3 +26,5 @@ LOGGING['loggers'].update({ 'level': 'DEBUG' } }) + +SESSION_ENGINE = 'django.contrib.sessions.backends.db' |