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.2.1.tar.gz (11.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

dj_elasticsearch_flex-0.2.1-py2.py3-none-any.whl (13.2 kB view details)

Uploaded Python 2Python 3

File details

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

File metadata

File hashes

Hashes for dj-elasticsearch-flex-0.2.1.tar.gz
Algorithm Hash digest
SHA256 5b45eeaad7bc347c0c4ee5e517b45ef327cc6330fe67a8689e261ac017d9f325
MD5 da1d20a86addaea6494bf12d8f51a303
BLAKE2b-256 9e1c51c19378efe469d04ac3de67b214aff83e73173fb26c82589c07f0de5ef9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dj_elasticsearch_flex-0.2.1-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 d6e53d2a8b1e8dc7d3273e29e28549d9a5d7571b54f3deed33c493c53714b692
MD5 90aa934b3700771cac7154c62862b128
BLAKE2b-256 3d564e775b57c07119444cafb3d6f508866883e9775cdf744cb28e1e382ae078

See more details on using hashes here.

Supported by

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