Installation elasticsearch, haystack, django

  • 0
We are using:

  • Centos 5
  • Django 1.4.3
  • Haystack 2.0.0-beta 
  • Elasticsearch 0.20.1

Installation is straightforward:


Now let's create our Django project:

Now we should edit 'settings.py' in order to use elasticsearch in Django:


And we are done with installation part.

No comments:

Post a Comment