fix
[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 = "text"