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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dj-elasticsearch-flex-0.3.3.tar.gz (12.6 kB view details)

Uploaded Source

Built Distribution

dj_elasticsearch_flex-0.3.3-py2.py3-none-any.whl (14.4 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file dj-elasticsearch-flex-0.3.3.tar.gz.

File metadata

File hashes

Hashes for dj-elasticsearch-flex-0.3.3.tar.gz
Algorithm Hash digest
SHA256 70d6b1db3f1eeeb68df0626b089156fa0ed0ce4a033bafe25eec1805566be24c
MD5 a7d83fba081d7c81fdbd23ca0a1a9e35
BLAKE2b-256 f1f14da1e84797ab639830350f145e6bb62809388e8417a4832aec411231ae31

See more details on using hashes here.

File details

Details for the file dj_elasticsearch_flex-0.3.3-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for dj_elasticsearch_flex-0.3.3-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 a8749989be2953adca1d7382133491d21d300f3d6765c6cbbf148abb07ca793e
MD5 354c6241781c518f9791ff00ed6ecb9d
BLAKE2b-256 7f18e4c2ea561c402d45a7a46adb2f41b993c75188935fd5e7dc26f6a9ab1432

See more details on using hashes here.

Supported by

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