X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/1a949f7c97dc2f34c135f5cdf088df2927d3d652..1eb51aa3f7a7add93f837456759d453288e6a454:/settings_local.py.dist?ds=sidebyside 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