emorozov / django-elasticsearch-debug-toolbar

A Django Debug Toolbar panel for Elasticsearch

Home Page:https://pypi.python.org/pypi/django-elasticsearch-debug-toolbar/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Django Elasticsearch Toolbar

A Django Debug Toolbar panel for Elasticsearch Build Status PyPI version

About

This is a panel for Django Debug Toolbar 1.2+ that displays query results from ElasticSearch queries using elasticsearch python official client.

You are more than welcome to participate

Installation

Install using pip::

pip install django-elasticsearch-debug-toolbar

or install the development version from source::

pip install git+git@github.com:Benoss/django-elasticsearch-debug-toolbar.git
  • Then add elastic_panel to your INSTALLED_APPS so that we can find the templates in the panel.
  • Also, add 'elastic_panel.panel.ElasticDebugPanel' to your DEBUG_TOOLBAR_PANELS.

Usage

Just click the link in the Django Debug toolbar:

elastic queries image

License

Uses the MIT license.

About

A Django Debug Toolbar panel for Elasticsearch

https://pypi.python.org/pypi/django-elasticsearch-debug-toolbar/

License:MIT License


Languages

Language:Python 66.5%Language:HTML 33.5%