From 2a4ab7a6101438f85774e521fc858ea520571443 Mon Sep 17 00:00:00 2001 From: Gust Date: Wed, 24 Jun 2015 09:44:05 -0300 Subject: [PATCH] Add whoosh to test settings --- tests/settings.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/settings.py b/tests/settings.py index 7157ac0..c93892c 100644 --- a/tests/settings.py +++ b/tests/settings.py @@ -32,8 +32,8 @@ LOGGING = { import os HAYSTACK_CONNECTIONS = { 'default': { - 'ENGINE': 'haystack.backends.solr_backend.SolrEngine', - 'URL': 'http://127.0.0.1:8983/solr', + 'ENGINE': 'haystack.backends.whoosh_backend.WhooshEngine', + 'PATH': os.path.join(os.path.dirname(__file__), 'whoosh_index'), }, } -- libgit2 0.21.2