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