src/p4l/config.py.tmpl
changeset 145 7c6fe1dab213
parent 121 0d2a35462576
child 153 50f01260eef4
equal deleted inserted replaced
144:8c32ea1310de 145:7c6fe1dab213
   163 NB_RECORDS_BY_PAGE = 20
   163 NB_RECORDS_BY_PAGE = 20
   164 
   164 
   165 # url of the sesame repository containing all the rdf referentials
   165 # url of the sesame repository containing all the rdf referentials
   166 SPARQL_QUERY_ENDPOINT = "http://localhost:8080/openrdf-sesame/repositories/plan4learning"
   166 SPARQL_QUERY_ENDPOINT = "http://localhost:8080/openrdf-sesame/repositories/plan4learning"
   167 
   167 
       
   168 # cf http://docs.python.org/2/library/subprocess.html#popen-constructor
       
   169 ADMIN_COMMAND_SCRIPT = {}