equal
deleted
inserted
replaced
162 }, |
162 }, |
163 } |
163 } |
164 } |
164 } |
165 |
165 |
166 NB_RECORDS_BY_PAGE = 20 |
166 NB_RECORDS_BY_PAGE = 20 |
|
167 SPARQL_QUERY_ENDPOINT = "http://localhost:8080/openrdf-sesame/repositories/plan4learning" |
167 |
168 |
168 from config import * # @UnusedWildImport |
169 from config import * # @UnusedWildImport |
169 |
170 |
170 if not "SRC_BASE_URL" in locals(): |
171 if not "SRC_BASE_URL" in locals(): |
171 SRC_BASE_URL = BASE_URL + __name__.split('.')[0] + '/' |
172 SRC_BASE_URL = BASE_URL + __name__.split('.')[0] + '/' |