Default to cached_db SESSION_ENGINE [bug 649452]

This commit is contained in:
James Socol 2011-04-13 14:57:30 -04:00
Родитель cfc190fe12
Коммит 6281a56de9
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -442,9 +442,10 @@ MINIFY_BUNDLES = {
JAVA_BIN = '/usr/bin/java'
#
# Session cookies
# Sessions
SESSION_COOKIE_SECURE = True
SESSION_EXPIRE_AT_BROWSER_CLOSE = True
SESSION_ENGINE = 'django.contrib.sessions.backends.cached_db'
#
# Connection information for Sphinx search