mirror of
https://github.com/pallets-eco/flask-debugtoolbar.git
synced 2026-01-05 04:59:47 -06:00
114385af4c5d5c4154baa8abfd94e7232db0874c
simplejson is only needed for the SQLAlchemy panel on Python < 2.6 Also, provides a nice error message in the SQLAlchemy panel about missing dependencies.
Flask Debug-toolbar A port of the django-debug toolbar (github.com/robhudson/django-debug-toolbar) to Flask. Usage:: from flask import Flask from flaskext.debugtoolbar import DebugToolbarExtension app = Flask(__name__) toolbar = DebugToolbarExtension(app)
Description
Languages
JavaScript
75.3%
Python
16.3%
HTML
5.1%
CSS
3.3%