文件名称:prototypes:取代https
文件大小:2.76MB
文件格式:ZIP
更新时间:2024-05-18 03:44:24
CSS
XGS原型 用于XGS(跨*服务)原型的烟雾和镜子。 取代cgt_prototypes 。 快速开始 运行 。 使用./scripts/blueprint快速添加新的蓝图 去做 实时调试 heroku run python manage.py shell # -or- docker-compose run prototypes python manage.py shell # then, interact with the app: app.test_client().get('/signup/basicprofile') 安装DBMS后,请运行以下命令创建应用程序的数据库表并执行初始迁移: python manage.py db init python manage.py db migrate python manage.py db upgrade python manage.