Skip to content

yibliang/python-flask-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flask

pip install -r module.txt

wsgi部署

gunicorn -w 4 -b 127.0.0.1:8000 app:app

建议使用以下方式,gunicorn支持gevent,能提升性能 gunicorn -w 4 -b 127.0.0.1:8000 -k 'gevent' app:app

About

with blueprint

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages