equal
deleted
inserted
replaced
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 = {} |