X-Git-Url: https://git.mdrn.pl/edumed.git/blobdiff_plain/9ae83685ae10ad4d0e6f6091413b1d2488eaf478..695023a09f7ed62d3a414dfc7c7b909fd0d1171b:/edumed/settings.d/35-search.py?ds=sidebyside diff --git a/edumed/settings.d/35-search.py b/edumed/settings.d/35-search.py deleted file mode 100644 index bfc6f28..0000000 --- a/edumed/settings.d/35-search.py +++ /dev/null @@ -1,6 +0,0 @@ -HAYSTACK_CONNECTIONS = { - 'default': { - 'ENGINE': 'haystack.backends.solr_backend.SolrEngine', - 'URL': 'http://127.0.0.1:8983/solr/edumed' - }, -}