X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/87761a02340d63155104e92a18983e3d01c6bdbb..00c96a815b90c672ee5f023658783e127a4b1165:/settings_local.py.dist?ds=sidebyside diff --git a/settings_local.py.dist b/settings_local.py.dist index 81c1eaa..b85d89b 100644 --- a/settings_local.py.dist +++ b/settings_local.py.dist @@ -58,6 +58,11 @@ DATABASES = { CACHE_BACKEND = 'file://%s' % os.path.join(os.path.dirname(__file__),'cache').replace('\\','/') #CACHE_BACKEND = 'dummy://' SESSION_ENGINE = 'django.contrib.sessions.backends.db' +# Customize the values below if OSQA is in a subfolder and especially you're planning on +# running multiple Django applications (OSQA or others) on the same domain in different +# subfolders +#SESSION_COOKIE_PATH = '/' +#CSRF_COOKIE_PATH = '/' # This should be equal to your domain name, plus the web application context. # This shouldn't be followed by a trailing slash. @@ -74,4 +79,4 @@ LANGUAGE_CODE = 'en' OSQA_DEFAULT_SKIN = 'default' -DISABLED_MODULES = ['books', 'recaptcha', 'project_badges'] +DISABLED_MODULES = ['books', 'recaptcha', 'project_badges', 'stats']