mirror of
https://github.com/pallets-eco/flask-debugtoolbar.git
synced 2026-04-30 13:29:14 -05:00
0e5fab943600173b8f5a814e67ca2eb1220aae75
Puts back the monkey-patch of dispatch_request() with fixes for calling self.foo() instead of app.foo() and uncommenting the process_view() call.
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%