mirror of
https://github.com/Hopiu/xapian-haystack.git
synced 2026-04-21 07:11:03 +00:00
Fixed #110 - fixed ENGINE path in the README.
Thanks to miracle2k for the patch.
This commit is contained in:
parent
6c7cc9b5f5
commit
6d69d48d1b
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@ You have to define the connection to the database, which is done to a path to a
|
|||
|
||||
HAYSTACK_CONNECTIONS = {
|
||||
'default': {
|
||||
'ENGINE': 'haystack.backends.xapian_backend.XapianEngine',
|
||||
'ENGINE': 'xapian_backend.XapianEngine',
|
||||
'PATH': os.path.join(os.path.dirname(__file__), 'xapian_index')
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue