We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 761d4ac + 827d7ca commit b6d568dCopy full SHA for b6d568d
docs/tutorial.rst
@@ -162,7 +162,7 @@ Example::
162
import os
163
HAYSTACK_CONNECTIONS = {
164
'default': {
165
- 'ENGINE': 'haystack.backends.xapian_backend.XapianEngine',
+ 'ENGINE': 'xapian_backend.XapianEngine',
166
'PATH': os.path.join(os.path.dirname(__file__), 'xapian_index'),
167
},
168
}
example_project/settings.py
@@ -27,7 +27,7 @@
27
28
'xapian': {
29
# For Xapian (requires the third-party install):
30
- 'ENGINE': 'xapian_haystack.xapian_backend.XapianEngine',
31
32
33
0 commit comments