Provides debug toolbar for TurboGears2
Project description
About Debug Toolbar
tgext.debugbar provides a Debug Toolbar for TurboGears2 framework.
Exposed sections are:
Controller and Rendering time reporting
Controller Profiling
Request Parameters, Headers, Attributes and Environ
SQLAlchemy Queries reporting and timing
Explain and Show result of performed SQLAlchemy queries
List mounted controllers, their path and exposed methods
Log Messages
Installing
tgext.debugbar can be installed both from pypi or from bitbucket:
easy_install tgext.debugbar
should just work for most of the users
Using it
To use the debug toolbar all is needed is to add a few lines to your project app_cfg.py:
from tgext.debugbar import enable_debugbar enable_debugbar(base_config)
The enable_debugbar function will then check for the debug config option disabling the debugbar when it is false.
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
File details
Details for the file tgext.debugbar-0.0.5.tar.gz
.
File metadata
- Download URL: tgext.debugbar-0.0.5.tar.gz
- Upload date:
- Size: 50.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6cb24fe42208045c350f2c88a33d03cd2d9bf38c28ef2d95e0befb8a341d5160 |
|
MD5 | 78aeefe7b6d7dcbff74bf54c753f4565 |
|
BLAKE2b-256 | 04a46e824c205e1fea5c228580d18d74e912b9619e5d9c86decadbb8444a32f1 |