A Django Debug Toolbar panel for Elasticsearch
Breaking changes:
ElasticSearch queries using elasticsearch python official client.
You are more than welcome to participate
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
elastic_panel
to your INSTALLED_APPS
so that we can find the templates in the panel.'elastic_panel.panel.ElasticDebugPanel'
to your DEBUG_TOOLBAR_PANELS
.Just click the link in the Django Debug toolbar:
Uses the MIT
license.