admin管理员组

文章数量:1531434

记一次报错:C:\Program Files\Python36\lib\site-packages\flask_sqlalchemy\__init__.py:794: FSADeprecationWarning: SQLALCHEMY_TRACK_MODIFICATIONS adds significant overhead and will be disabled by default in the future.  Set it to True or False to suppress this warning.

 

最近碰到的一个问题,pycharm运行程序时报错C:\Program Files\Python36\lib\site-packages\flask_sqlalchemy\__init__.py:794: FSADeprecationWarning: SQLALCHEMY_TRACK_MODIFICATIONS adds significant overhead and will be disabled by default in the future.  Set it to True or False to suppress this warning.

解决方案:

在C:\Program Files\Python36\lib\site-packages\flask_sqlalchemy\下修改__init__.py,ctrl+F搜索到SQLALCHEMY_TRACK_MODIFICATIONS,把none修改为True可解决

本文标签: significantaddsSQLALCHEMYTRACKMODIFICATIONSoverheadfutu