Fixed #110 - fixed ENGINE path in the README.

Thanks to miracle2k for the patch.
This commit is contained in:
Jorge C. Leitão 2014-05-16 23:54:42 +02:00
parent 6c7cc9b5f5
commit 6d69d48d1b

View file

@ -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')
},
}