SQLALCHEMY_TRACK_MODIFICATIONS警告解决方法

警告内容: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.
warnings.warn(FSADeprecationWarning

解决方法:将config的SQLALCHEMY_TRACK_MODIFICATIONS设置为Ture或Flase即可

posted @ 2020-03-14 18:01  组装梦想  阅读(8551)  评论(0编辑  收藏  举报