equal
deleted
inserted
replaced
133 'propagate': True, |
133 'propagate': True, |
134 }, |
134 }, |
135 } |
135 } |
136 } |
136 } |
137 |
137 |
|
138 HAYSTACK_CONNECTIONS = { |
|
139 'default': { |
|
140 'ENGINE': 'haystack.backends.elasticsearch_backend.ElasticsearchSearchEngine', |
|
141 'URL': 'http://127.0.0.1:9200/', |
|
142 'INDEX_NAME': 'p4l', |
|
143 }, |
|
144 } |
|
145 |
138 NB_RECORDS_BY_PAGE = 20 |
146 NB_RECORDS_BY_PAGE = 20 |
139 SPARQL_QUERY_ENDPOINT = "http://localhost:8080/openrdf-sesame/repositories/plan4learning" |
147 SPARQL_QUERY_ENDPOINT = "http://localhost:8080/openrdf-sesame/repositories/plan4learning" |
140 |
148 |
141 |
149 |