summaryrefslogtreecommitdiffstats
path: root/settings_local.py.dist
diff options
context:
space:
mode:
authorhrcerqueira <hrcerqueira@gmail.com>2010-03-07 23:41:26 +0000
committerhrcerqueira <hrcerqueira@gmail.com>2010-03-07 23:41:26 +0000
commitccfbbd7f183538e96df76d82b2f4081fcc119b1f (patch)
tree9eae31a6f8d4d3c5397d6d6ff457b6ec51dd32b5 /settings_local.py.dist
parent0d1d1ef3a3416b5bcd4eb867356484b28f0c7f05 (diff)
downloadaskbot-ccfbbd7f183538e96df76d82b2f4081fcc119b1f.tar.gz
askbot-ccfbbd7f183538e96df76d82b2f4081fcc119b1f.tar.bz2
askbot-ccfbbd7f183538e96df76d82b2f4081fcc119b1f.zip
Lots of small fixes, including the missing comments problem.
Diffstat (limited to 'settings_local.py.dist')
-rwxr-xr-xsettings_local.py.dist3
1 files changed, 3 insertions, 0 deletions
diff --git a/settings_local.py.dist b/settings_local.py.dist
index a27946af..5651fec7 100755
--- a/settings_local.py.dist
+++ b/settings_local.py.dist
@@ -42,6 +42,9 @@ DATABASE_PORT = ''
#CACHE_BACKEND = 'file://%s' % os.path.join(os.path.dirname(__file__),'cache').replace('\\','/')
CACHE_BACKEND = 'dummy://'
+#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'
+
#email server settings
SERVER_EMAIL = ''
DEFAULT_FROM_EMAIL = ''