1.导出到requirements.txt依赖的包: pip freeze >package.txt 2.在新的开发环境引入的时候安装依赖包:pip install -r package.txt 3.运行gunicorn服务器:gunicorn -c gunicorn.py app:app
-
Notifications
You must be signed in to change notification settings - Fork 0
qq575792372/flask_demo
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Python+Flask开发的Web后台服务功能Demo
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published