Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

django-elasticsearch-debug-toolbar

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

django-elasticsearch-debug-toolbar

A Django Debug Toolbar panel for Elasticsearch

  • 3.0.2
  • PyPI
  • Socket score

Maintainers
1

Django Elasticsearch Toolbar

A Django Debug Toolbar panel for Elasticsearch Build Status PyPI version

About

Breaking changes:

  • django-elasticsearch-debug-toolbar 3.x is compatible with Django Debug Toolbar 3.x (elasticsearch <8.0.0)
  • 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

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.

Keywords

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

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc