]> git.openstreetmap.org Git - osqa.git/blobdiff - settings_local.py.dist
Further fixes for subfolder hosting
[osqa.git] / settings_local.py.dist
index 896a433d2c874a54191975a3a52d966cba1ab36f..ad178f6efe05157c70f028ba8899c61efdcac588 100644 (file)
@@ -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.