错误代码
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.
'SQLALCHEMY_TRACK_MODIFICATIONS adds significant overhead and ’
解决办法一
在配置文件中加入下面两行配置项
SQLALCHEMY_TRACK_MODIFICATIONS = True
SQLALCHEMY_COMMIT_TEARDOWN = True
解决办法二
发布者:admin,转转请注明出处:http://www.yc00.com/web/1754939881a5217954.html
评论列表(0条)