joeshaw / flask-debugtoolbar

A port of the django debug toolbar to flask

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

A port of the django debug toolbar to flask

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 82.9%Language:JavaScript 17.1%