Let the annoying commence.
[edumed.git] / edumed / settings.d / 35-search.py
1 HAYSTACK_CONNECTIONS = {
2     'default': {
3         'ENGINE': 'haystack.backends.solr_backend.SolrEngine',
4         'URL': 'http://127.0.0.1:8983/solr/edumed'
5     },
6 }