Move to src dir.
[edumed.git] / edumed / settings / search.py
diff --git a/edumed/settings/search.py b/edumed/settings/search.py
deleted file mode 100644 (file)
index f54983b..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-# -*- coding: utf-8 -*-
-
-HAYSTACK_CONNECTIONS = {
-    'default': {
-        'ENGINE': 'haystack.backends.solr_backend.SolrEngine',
-        'URL': 'http://127.0.0.1:8983/solr/edumed'
-    },
-}