Connecting Django and elasticsearch-dsl


License
MIT
Install
pip install djes==0.1.113

Documentation

DJ ES Build Status Coverage Status Documentation Status

To get started:

    $ virtualenv . && source ./bin/activate  # Or not
    $ pip install -e .
    $ pip install "file://$(pwd)#egg=djes[dev]"
    $ py.test