src/hp/settings.py
changeset 45 316a0101512e
parent 43 4baa7530912c
child 47 6bebef3405d5
--- a/src/hp/settings.py	Wed Nov 14 18:47:17 2012 +0100
+++ b/src/hp/settings.py	Thu Nov 15 04:11:59 2012 +0100
@@ -163,7 +163,8 @@
     }
 }
 
-LDT_DOMAIN = 'http://capsicum'
+LDT_NETLOC = "capsicum"
+LDT_DOMAIN = 'http://'+LDT_NETLOC
 LDT_BASE_URL = LDT_DOMAIN + '/pf/'
 LDT_URL = LDT_BASE_URL + "ldtplatform/"
 LDT_API_URL = LDT_URL + 'api/ldt/1.0/'
@@ -171,9 +172,12 @@
 
 KC_URL = 'http://176.32.94.234/kn-concierge/'
 
+PER_PAGE = 9
+LDT_MAX_FETCH = 200
+
+
 
 from .config import * #@UnusedWildImport
 
 
 
-