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
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
Built Distribution
Close
Hashes for django-debug-toolbar-sqlalchemy-0.3.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 914c91c2e3d8188caa59daa4339eb05f602688004eb898bec58f9998676b68d7 |
|
MD5 | 71be1b59a3779138a527812be7bc637d |
|
BLAKE2b-256 | 3fdc7b9abefe3d5b25cca2a7ff2a13f9cda072f611f67b71b80007cfed788672 |
Close
Hashes for django_debug_toolbar_sqlalchemy-0.3.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | fbe2a7136861b6692ade74fe7046785584ee579b85c5144579eb667cad507ce5 |
|
MD5 | 8fc165a11e26714fd07cb610aee3cef2 |
|
BLAKE2b-256 | d384b52d570eb8057ea2300f12067971b3a715054212b0009108452be76554ea |