mirror of
https://github.com/pallets-eco/flask-debugtoolbar.git
synced 2026-01-07 05:59:37 -06:00
7d637cc489af3b97cfc4fd1baa8046534bf67f1c
Need to use the real request object for the map, not the context-local wrapper object. The context-local wrapper is the same object, so it would call process_response on every request regardless of the _show_toolbar() result.
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%