Skip to main content

Integrate your Django Project with Elastic App Search with ease.

Project description

https://badge.fury.io/py/django_elastic_appsearch.svg https://travis-ci.org/CorrosiveKid/django_elastic_appsearch.svg?branch=master https://codecov.io/gh/CorrosiveKid/django_elastic_appsearch/branch/master/graph/badge.svg

Integrate your Django Project with Elastic App Search with ease.

Documentation

The full documentation is at https://django_elastic_appsearch.readthedocs.io.

Quickstart

Install Django Elastic App Search:

pip install django_elastic_appsearch

Add it to your INSTALLED_APPS:

INSTALLED_APPS = (
    ...
    'django_elastic_appsearch',
    ...
)

Add the Elastic App Search URL and Key to your settings module:

APPSEARCH_URL = 'https://appsearch.base.url'
APPSEARCH_API_KEY = 'some_appsearch_api_token'

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 (2019-07-26)

  • 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

django_elastic_appsearch-0.1.0.tar.gz (7.7 kB view hashes)

Uploaded Source

Built Distribution

django_elastic_appsearch-0.1.0-py2.py3-none-any.whl (8.3 kB view hashes)

Uploaded Python 2 Python 3

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