怕黑天空

文章
11
资源
0
加入时间
2年10月17天

flask 项目结构----分层

from app import appif __name__ == '__main__': """ web服务器运行: 1。gunicorn; 2.uwsgi; 3.waitress; """ app.run(debug=True)1.git 操作: 1.1 git init 初始化 1.2 git status:查看哪些文件会被提交 如图所示,.ide......