src/hp/settings.py
changeset 41 b6010b3d6ea8
parent 38 0fe2f3f5466f
child 43 4baa7530912c
equal deleted inserted replaced
40:342f180b09ec 41:b6010b3d6ea8
   162         },
   162         },
   163     }
   163     }
   164 }
   164 }
   165 
   165 
   166 LDT_DOMAIN = 'http://localhost'
   166 LDT_DOMAIN = 'http://localhost'
   167 LDT_API_URL = LDT_DOMAIN + '/~ymh/hp_ldt/ldtplatform/api/ldt/1.0/'
   167 LDT_BASE_URL = LDT_DOMAIN + '/~ymh/hp_ldt/'
       
   168 LDT_URL = LDT_BASE_URL + "ldtplatform/"
       
   169 LDT_API_URL = LDT_URL + 'api/ldt/1.0/'
       
   170 LDT_STATIC_URL = LDT_BASE_URL + "static/site/"
       
   171 
       
   172 KC_URL = 'http://176.32.94.234/kn-concierge/'
       
   173 
   168 
   174 
   169 from .config import * #@UnusedWildImport
   175 from .config import * #@UnusedWildImport
   170 
   176 
       
   177 
       
   178 
       
   179