Socket
Book a DemoInstallSign in
Socket

dj-elasticsearch-flex

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dj-elasticsearch-flex

Elasticsearch for Django which lets you do stuff.

0.3.3
pipPyPI
Maintainers
1

============================= Django Elasticsearch Flex

.. image:: https://badge.fury.io/py/dj-elasticsearch-flex.png :target: https://badge.fury.io/py/dj-elasticsearch-flex

.. image:: https://travis-ci.org/prashnts/dj-elasticsearch-flex.png?branch=master :target: https://travis-ci.org/prashnts/dj-elasticsearch-flex

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:

.. code-block:: python

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

Add Django Elasticsearch Flex's URL patterns:

.. code-block:: python

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:

  • Cookiecutter_
  • cookiecutter-djangopackage_

.. _Cookiecutter: https://github.com/audreyr/cookiecutter .. _cookiecutter-djangopackage: https://github.com/pydanny/cookiecutter-djangopackage

History

0.1.0 (2016-12-08) ++++++++++++++++++

  • First release on PyPI.

Keywords

dj-elasticsearch-flex

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.