diff -r 342f180b09ec -r b6010b3d6ea8 src/hp/settings.py --- 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 + + +