A Django Debug Toolbar panel for Elasticsearch
Project description
A Django Debug Toolbar panel for Elasticsearch [](https://travis-ci.org/Benoss/django-elasticsearch-debug-toolbar) [](https://badge.fury.io/py/django-elasticsearch-debug-toolbar)
About
This is a panel for Django Debug Toolbar 1.2+ that displays query results from ElasticSearch queries using [elasticsearch python](https://github.com/elasticsearch/elasticsearch-py) official client.
You are more than welcome to participate * Any idea and no time to code send your idea here: https://github.com/Benoss/django-elasticsearch-debug-toolbar/issues * An idea and the code just send a pull request here: https://github.com/Benoss/django-elasticsearch-debug-toolbar/pulls
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:

License
Uses the MIT license.
Django Debug Toolbar: https://github.com/django-debug-toolbar/django-debug-toolbar
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Hashes for django-elasticsearch-debug-toolbar-1.3.2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | af5ac0c6879831aad8b74abbc27e435f8171438174b53e17ff534914cc7035bb |
|
MD5 | f0153bae413bfa5cdf6b09f4aba3b72c |
|
BLAKE2b-256 | 8b237d7bd5fba9baab6cbe4f07f027dd8d1e2d1f13bfa2be7cdc6bc64cc0be40 |