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.0.tar.gz (12.5 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.3.0-py2.py3-none-any.whl (14.3 kB view details)

Uploaded Python 2Python 3

File details

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

File metadata

File hashes

Hashes for dj-elasticsearch-flex-0.3.0.tar.gz
Algorithm Hash digest
SHA256 63e4d9242494b01e1efa046acc25d755614d613f0476c0dbf549d1f9bafdea44
MD5 fd8518ed10b680f45bd42a3f31c8dcbc
BLAKE2b-256 ad10f4be539ee7d48924ff4601963913fd39d0db32e84fa5ed7984f63f13d2c1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for dj_elasticsearch_flex-0.3.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 27a0e4b23ad06452c64deda31460bd42a6be8a0bf789ab58a5b00fd284aa4969
MD5 a927b6c780c814533cb255027571f4ec
BLAKE2b-256 ef3d8aa2aa4fe0bdc95ecf4aa83453ef6f85a6725c2407239f8039421aca0c70

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