mirror of
https://github.com/Hopiu/xapian-haystack.git
synced 2026-05-05 14:04:49 +00:00
13 lines
289 B
Python
Executable file
13 lines
289 B
Python
Executable file
# Copyright (C) 2009, 2010, 2011 David Sauve
|
|
# Copyright (C) 2009, 2010 Trapeze
|
|
|
|
import os
|
|
from settings import *
|
|
|
|
INSTALLED_APPS += [
|
|
'xapian_tests',
|
|
]
|
|
|
|
HAYSTACK_SEARCH_ENGINE = 'xapian'
|
|
HAYSTACK_XAPIAN_PATH = os.path.join('tmp', 'test_xapian_query')
|
|
HAYSTACK_INCLUDE_SPELLING = True
|