A Django Debug Toolbar panel for Elasticsearch
Breaking changes:
- django-elasticsearch-debug-toolbar 2.x is compatible with Django Debug Toolbar 2.x
- django-elasticsearch-debug-toolbar 1.x is compatible with Django Debug Toolbar 1.x
ElasticSearch queries using elasticsearch python 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
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 yourINSTALLED_APPS
so that we can find the templates in the panel. - Also, add
'elastic_panel.panel.ElasticDebugPanel'
to yourDEBUG_TOOLBAR_PANELS
.
Just click the link in the Django Debug toolbar:
Uses the MIT
license.
- Django Debug Toolbar: https://github.com/django-debug-toolbar/django-debug-toolbar
- MIT: http://opensource.org/licenses/MIT