src/ldtplatform/config.py.tmpl
changeset 1 5778de052a1b
parent 0 87104b7cb3d6
child 14 cfde73c6d019
--- a/src/ldtplatform/config.py.tmpl	Wed Nov 28 10:05:53 2012 +0100
+++ b/src/ldtplatform/config.py.tmpl	Thu Nov 29 15:57:49 2012 +0100
@@ -3,9 +3,18 @@
 
 SITE_ID = 1
 
+#configuration for runserver
+#BASE_URL = '/'
+#PLATFORM_BASE_URL = '/'
+#WEB_URL = ''
+#WEB_AUTH = []
+
+
+
 #BASE_DIR = os.path.dirname(os.path.abspath(__file__)).rstrip("/")+"/"
 BASE_DIR = '%(base_dir)s'
 BASE_URL = '%(base_url)s'
+PLATFORM_BASE_URL = BASE_URL + 'ldtplatform/'
 WEB_URL = '%(web_url)s'
 WEB_AUTH = [] # example [{'REGEX': 'localhost/~ymh/platform', 'NAME': 'ymh', 'PASSWORD': 'ymh'}]
 STATIC_URL = BASE_URL + 'static/site/'