From 5c78b265015567c37331ead8700e12b19af363af Mon Sep 17 00:00:00 2001 From: Simon Caminada Date: Sat, 31 Mar 2018 22:54:00 +0200 Subject: [PATCH] fix --- settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.py b/settings.py index 14dc973..9fa0564 100644 --- a/settings.py +++ b/settings.py @@ -59,7 +59,7 @@ HAYSTACK_DEFAULT_OPERATOR = 'OR' HAYSTACK_CONNECTIONS = { 'default': { 'ENGINE': 'haystack.backends.whoosh_backend.WhooshEngine', - 'PATH': os.path.join(BASE_DIR, 'whoosh', 'index', 'default'), + 'PATH': os.path.join(BASE_DIR, 'data', 'whoosh', 'index', 'default'), }, } for lang_code, lang in LANGUAGES: