mirror of
https://github.com/pallets-eco/flask-debugtoolbar.git
synced 2026-01-04 20:49:43 -06:00
528a7dfc839f6b0b1c33cb4534bae84dd1ec04a2
It tried to modify all responses, which added junk to the end of non-html pages, and would cause errors trying to decode images as utf8.
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%