Skip to main content

SQLAlchemy query information panel for Django Debug Toolbar

Project description

# Django Debug Toolbar SQLAlchemy

SQLAlchemy query information panel for Django Debug Toolbar.

## Setup

Once the package is installed you'll want to add the module to your installed apps:

INSTALLED_APPS = (
...
'debug_toolbar_sqlalchemy',
...
)

DEBUG_TOOLBAR_PANELS = (
...
'debug_toolbar_sqlalchemy.panel.SqlAlchemyDebugPanel',
...
)

The only optional setting there is to modify is ```DEBUG_TOOLBAR_SQLALCHEMY_SLOW_QUERY_TIME``` which defines the cutoff in milliseconds for which queries will be marked as being slow.

## License
This project is licensed on the GPLv3 license. The full license can be found in the LICENSE file.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-debug-toolbar-sqlalchemy-0.1.0.tar.gz (15.9 kB view details)

Uploaded Source

File details

Details for the file django-debug-toolbar-sqlalchemy-0.1.0.tar.gz.

File metadata

File hashes

Hashes for django-debug-toolbar-sqlalchemy-0.1.0.tar.gz
Algorithm Hash digest
SHA256 b8a247899f89d46503772395766d88cd431f0cf85d015f84b370331e4c7225a7
MD5 2365b91098276114b916378e13520556
BLAKE2b-256 ccce81d9c782e14d42e28ae7b592eb9b0123a22e96cdb58813ace182cab9c792

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page