Code accompanying Django Haystack + Elasticsearch + Autocomplete + Faceting Demo
-
Download and Unzip the files
-
Install Elasticsearch and start the server.
-
create a virtualenv
virtualenv venv
-
Install dependencies
pip install -r requirements.txt
-
Run following Django commands:
python manage.py makemigrations python manage.py migrate python manage.py rebuild_index python manage.py runserver
-
Visit home page 127.0.0.1:8000 and try out some searches.