src/hp/settings.py
changeset 45 316a0101512e
parent 43 4baa7530912c
child 47 6bebef3405d5
equal deleted inserted replaced
44:0931f368cb9a 45:316a0101512e
   161             'propagate': True,
   161             'propagate': True,
   162         },
   162         },
   163     }
   163     }
   164 }
   164 }
   165 
   165 
   166 LDT_DOMAIN = 'http://capsicum'
   166 LDT_NETLOC = "capsicum"
       
   167 LDT_DOMAIN = 'http://'+LDT_NETLOC
   167 LDT_BASE_URL = LDT_DOMAIN + '/pf/'
   168 LDT_BASE_URL = LDT_DOMAIN + '/pf/'
   168 LDT_URL = LDT_BASE_URL + "ldtplatform/"
   169 LDT_URL = LDT_BASE_URL + "ldtplatform/"
   169 LDT_API_URL = LDT_URL + 'api/ldt/1.0/'
   170 LDT_API_URL = LDT_URL + 'api/ldt/1.0/'
   170 LDT_STATIC_URL = LDT_BASE_URL + "static/site/"
   171 LDT_STATIC_URL = LDT_BASE_URL + "static/site/"
   171 
   172 
   172 KC_URL = 'http://176.32.94.234/kn-concierge/'
   173 KC_URL = 'http://176.32.94.234/kn-concierge/'
   173 
   174 
       
   175 PER_PAGE = 9
       
   176 LDT_MAX_FETCH = 200
       
   177 
       
   178 
   174 
   179 
   175 from .config import * #@UnusedWildImport
   180 from .config import * #@UnusedWildImport
   176 
   181 
   177 
   182 
   178 
   183 
   179