Matt Good 114385af4c Remove hard dependency on simplejson
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.
2012-01-03 11:07:50 -08:00
2011-02-03 21:45:46 +01:00
2011-02-04 08:53:41 +01:00
2012-01-03 11:07:50 -08:00

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
A toolbar overlay for debugging Flask applications
Readme 1.9 MiB
Languages
JavaScript 75.3%
Python 16.3%
HTML 5.1%
CSS 3.3%