Enable deprecation warnings in dev environment (including SQLAlchemy 2.0 warnings)
This commit is contained in:
parent
04d434b4a3
commit
4b9d973f40
2 changed files with 9 additions and 0 deletions
|
|
@ -1,3 +1,6 @@
|
|||
FLASK_APP=tofu_api.app
|
||||
FLASK_ENV=development
|
||||
FLASK_CONFIG_FILE=config.dev.yml
|
||||
|
||||
# Show SQLAlchemy 2.0 deprecation warnings
|
||||
SQLALCHEMY_WARN_20=1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue