fnp
/
edumed.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
f54983b00b194b5db20c997ecabec0a25a2a148b
[edumed.git]
/
edumed
/
settings
/
search.py
1
# -*- coding: utf-8 -*-
2
3
HAYSTACK_CONNECTIONS = {
4
'default': {
5
'ENGINE': 'haystack.backends.solr_backend.SolrEngine',
6
'URL': 'http://127.0.0.1:8983/solr/edumed'
7
},
8
}