带JWT的烧瓶RESTX锅炉板 终端命令 注意:确保已安装pip和virtualenv 。 Initial installation: make install To run test: make tests To run application: make run To run all commands at once : make all 确保运行初始迁移命令以更新数据库。 > python manage.py db init > python manage.py db migrate --message 'initial database migration' > python ma