Answer the question
In order to leave comments, you need to log in
How to install haystack for Django?
Hello.
Please tell me, I've been suffering for the second day already ...
I'm trying to install haystack for Django.
That's what he did.
1. I downloaded haystack. (unpacked the archive)
2. I took the haystack folder from the archive and added it with all its contents to the project root folder.
3. In the setting.py file, added to INSTALLED_APPS = ( 'haystack', )
After that, the server does not start ...
Please tell me what I'm doing wrong, and how to install this application correctly, please ...
Answer the question
In order to leave comments, you need to log in
Have you tried following the instructions?
pip install django-haystack
pip install -e git+https://github.com/toastdriven/[email protected]#egg=django-haystack
haystack
to your INSTALLED_APPS
.search_indexes.py
files for your models.SearchIndex
via autodiscover
.haystack.urls
to your URLconf.what is woosh?
Haystack is BSD licensed, plays nicely with third-party apps without needing to modify the source and supports Solr, Elasticsearch, Whoosh and Xapian .
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question