mirror of
https://github.com/pallets-eco/flask-debugtoolbar.git
synced 2026-05-12 12:18:27 -05:00
59c0b1938779b28f980429442a6c7947db6e9db6
Add the profiler panel based on the version of dcramer (https://github.com/dcramer/django-debug-toolbar)
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%