From 898eb6027048ec40ef2c89d5a17a19def45491bf Mon Sep 17 00:00:00 2001 From: Simon Caminada Date: Sun, 1 Apr 2018 00:48:57 +0200 Subject: [PATCH] test --- settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.py b/settings.py index 8f234bc..be3a444 100644 --- a/settings.py +++ b/settings.py @@ -56,7 +56,7 @@ ALDRYN_SEARCH_INDEX_BASE_CLASS = 'project.search.SearchIndex' HAYSTACK_CUSTOM_HIGHLIGHTER = 'project.search.Highlighter' HAYSTACK_DEFAULT_OPERATOR = 'OR' -HAYSTACK_INDEX_PATH = os.path.join(DATA_ROOT, 'whoosh', 'index') +HAYSTACK_INDEX_PATH = os.path.join('/tmp', 'whoosh', 'index') HAYSTACK_CONNECTIONS = { 'default': { 'ENGINE': 'haystack.backends.whoosh_backend.WhooshEngine',