Skip to content

qq575792372/flask_demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

1.导出到requirements.txt依赖的包: pip freeze >package.txt 2.在新的开发环境引入的时候安装依赖包:pip install -r package.txt 3.运行gunicorn服务器:gunicorn -c gunicorn.py app:app

About

Python+Flask开发的Web后台服务功能Demo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published