xapian-haystack/tests/xapian_settings.py

13 lines
279 B
Python
Raw Normal View History

# Copyright (C) 2009-2010 David Sauve, Trapeze. All rights reserved.
2009-07-30 12:57:35 +00:00
2009-06-16 18:48:11 +00:00
import os
from settings import *
2009-06-16 18:48:11 +00:00
INSTALLED_APPS += [
'xapian_tests',
]
2009-06-16 18:48:11 +00:00
HAYSTACK_SEARCH_ENGINE = 'xapian'
HAYSTACK_XAPIAN_PATH = os.path.join('tmp', 'test_xapian_query')
HAYSTACK_INCLUDE_SPELLING = True