fnp
/
edumed.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
new question
[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
}