fnp
/
prawokultury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
reword
[prawokultury.git]
/
prawokultury
/
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/prawokultury'
5
},
6
}
7
8
HAYSTACK_DOCUMENT_FIELD = "body_%s" % LANGUAGE_CODE