summaryrefslogtreecommitdiffstats
path: root/askbot/setup_templates/settings.py.mustache
diff options
context:
space:
mode:
Diffstat (limited to 'askbot/setup_templates/settings.py.mustache')
-rw-r--r--askbot/setup_templates/settings.py.mustache2
1 files changed, 1 insertions, 1 deletions
diff --git a/askbot/setup_templates/settings.py.mustache b/askbot/setup_templates/settings.py.mustache
index e39231f0..3287fb18 100644
--- a/askbot/setup_templates/settings.py.mustache
+++ b/askbot/setup_templates/settings.py.mustache
@@ -182,7 +182,7 @@ CACHE_TIMEOUT = 6000
CACHE_PREFIX = 'askbot' #make this unique
CACHE_MIDDLEWARE_ANONYMOUS_ONLY = True
#If you use memcache you may want to uncomment the following line to enable memcached based sessions
-#SESSION_ENGINE = 'django.contrib.sessions.backends.cache_db'
+#SESSION_ENGINE = 'django.contrib.sessions.backends.cached_db'
AUTHENTICATION_BACKENDS = (
'django.contrib.auth.backends.ModelBackend',