Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 741 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 741 Bytes

django-tastypie-elasticsearch

ElasticSearch support for django-tastypie

Installation

    $ pip install django-tastypie-elasticsearch

Requirements

  • Python_ 2.7+ (not tested with lower version)
  • Django_ 1.4+ (may work on lower version, but not tested)
  • django-tastypie_ 0.9.11+
  • elasticsearch official python module

.. _Python: https://python.org .. _Django: http://djangoproject.com .. _django-tastypie: http://tastypieapi.org .. _ElasticSearch: http://elasticsearch.org

How to use?