Skip to main content

Elasticsearch for Django which lets you do stuff.

Project description

https://badge.fury.io/py/dj-elasticsearch-flex.png https://travis-ci.org/prashnts/dj-elasticsearch-flex.png?branch=master

Elasticsearch for Django which lets you do stuff.

Documentation

The full documentation is at https://dj-elasticsearch-flex.readthedocs.io.

Quickstart

Install Django Elasticsearch Flex:

pip install dj-elasticsearch-flex

Add it to your INSTALLED_APPS:

INSTALLED_APPS = (
    ...
    'elasticsearch_flex.apps.ElasticsearchFlexConfig',
    ...
)

Add Django Elasticsearch Flex’s URL patterns:

from elasticsearch_flex import urls as elasticsearch_flex_urls


urlpatterns = [
    ...
    url(r'^', include(elasticsearch_flex_urls)),
    ...
]

Features

  • TODO

Running Tests

Does the code actually work?

source <YOURVIRTUALENV>/bin/activate
(myenv) $ pip install tox
(myenv) $ tox

Credits

Tools used in rendering this package:

History

0.1.0 (2016-12-08)

  • First release on PyPI.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page