src/hp/settings.py
changeset 41 b6010b3d6ea8
parent 38 0fe2f3f5466f
child 43 4baa7530912c
--- a/src/hp/settings.py	Tue Nov 13 16:37:47 2012 +0100
+++ b/src/hp/settings.py	Wed Nov 14 16:29:01 2012 +0100
@@ -164,7 +164,16 @@
 }
 
 LDT_DOMAIN = 'http://localhost'
-LDT_API_URL = LDT_DOMAIN + '/~ymh/hp_ldt/ldtplatform/api/ldt/1.0/'
+LDT_BASE_URL = LDT_DOMAIN + '/~ymh/hp_ldt/'
+LDT_URL = LDT_BASE_URL + "ldtplatform/"
+LDT_API_URL = LDT_URL + 'api/ldt/1.0/'
+LDT_STATIC_URL = LDT_BASE_URL + "static/site/"
+
+KC_URL = 'http://176.32.94.234/kn-concierge/'
+
 
 from .config import * #@UnusedWildImport
 
+
+
+