Skip to content

Commit

Permalink
Add SQLALCHEMY_RECORD_QUERIES = True to the example dev config.
Browse files Browse the repository at this point in the history
This makes Flask Debug Toolbar's SQLAlchemy queries thing work.
  • Loading branch information
lukegb authored and russss committed Feb 6, 2024
1 parent b070c0d commit 9b30dbe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/development-example.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
DEBUG = True
SQLALCHEMY_RECORD_QUERIES = True
FIX_URL_SCHEME = False
DEBUG_TB_INTERCEPT_REDIRECTS = False
BYPASS_LOGIN = False
Expand Down

0 comments on commit 9b30dbe

Please sign in to comment.