This commit is contained in:
2018-03-31 22:54:00 +02:00
parent e0c3c2fc0e
commit 5c78b26501

View File

@@ -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: