mirror of
https://github.com/pallets-eco/flask-debugtoolbar.git
synced 2026-01-02 03:29:36 -06:00
In the SQLAlchemy panel, detect if Flask-SQLAlchemy is not set up to record queries for the current app, and display the necessary steps to set it up. The following steps will be detected and displayed if needed: * install Flask-SQLAlchemy package * add the extension to this app * set SQLALCHEMY_RECORD_QUERIES if DEBUG is False