警告内容: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即可