Merge "Setup default session backend"

This commit is contained in:
Jenkins 2014-04-11 14:46:13 +00:00 committed by Gerrit Code Review
commit d7b58f1856
1 changed files with 2 additions and 0 deletions

View File

@ -106,6 +106,8 @@ LOCAL_PATH = '/tmp'
#SECRET_KEY = secret_key.generate_or_read_from_file(os.path.join(LOCAL_PATH, '.secret_key_store'))
SECRET_KEY = '<%= @secret_key %>'
SESSION_ENGINE = 'django.contrib.sessions.backends.cache'
CACHES = {
'default': {
'BACKEND' : 'django.core.cache.backends.memcached.MemcachedCache',