From 066adc104336db0abbd42d9c3ee9957f5a27cef2 Mon Sep 17 00:00:00 2001 From: hernani Date: Sun, 11 Apr 2010 13:23:47 +0000 Subject: [PATCH] default session engine was cache, but default session engine was dummy, so sessions didn't work by default git-svn-id: http://svn.osqa.net/svnroot/osqa/trunk@24 0cfe37f9-358a-4d5e-be75-b63607b5c754 --- settings_local.py.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings_local.py.dist b/settings_local.py.dist index 34c706e..16db021 100644 --- a/settings_local.py.dist +++ b/settings_local.py.dist @@ -40,7 +40,7 @@ DATABASE_PORT = '' #CACHE_BACKEND = 'file://%s' % os.path.join(os.path.dirname(__file__),'cache').replace('\\','/') CACHE_BACKEND = 'dummy://' -#SESSION_ENGINE = 'django.contrib.sessions.backends.cache' +SESSION_ENGINE = 'django.contrib.sessions.backends.db' APP_URL = 'http://' #used by email notif system and RSS -- 2.39.5