pip install django-haystack
pip install -e git+https://github.com/toastdriven/django-haystack.git@master#egg=django-haystack
haystack
to your INSTALLED_APPS
.search_indexes.py
files for your models.SearchIndex
via autodiscover
.haystack.urls
to your URLconf.