haystack.exceptions.SearchBackendError: No fields were found in any search_indexes. Please correct this before attempting to search
问题 I am trying to implement Haystack with whoosh. I keep getting this error although everything seems to be configured fine. I get the error: haystack.exceptions.SearchBackendError: No fields were found in any search_indexes. Please correct this before attempting to search. ...when I try to do ./manage.py rebuild_index configuration: HAYSTACK_SITECONF = 'myproject' HAYSTACK_SEARCH_ENGINE = 'whoosh' HAYSTACK_WHOOSH_PATH = cwd + '/whoosh/mysite_index' There are successfully created whoosh/mysite