Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SQLAlchemy - routes are not added into flask routes #160

Open
rimvislt opened this issue Dec 19, 2021 · 0 comments
Open

SQLAlchemy - routes are not added into flask routes #160

rimvislt opened this issue Dec 19, 2021 · 0 comments

Comments

@rimvislt
Copy link

when clicking select or explain it is not working (routes are missing) for versions:
Flask-DebugToolbar==0.11.0
Flask-SQLAlchemy==2.5.1
SQLAlchemy==1.4.27
Flask==2.0.2

from flask_debugtoolbar import DebugToolbarExtension
debug_toolbar = DebugToolbarExtension()
debug_toolbar.init_app(app)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant