Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sty945/study_flask
study flask
https://github.com/sty945/study_flask
Last synced: 5 days ago
JSON representation
study flask
- Host: GitHub
- URL: https://github.com/sty945/study_flask
- Owner: sty945
- Created: 2019-09-17T02:56:41.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-20T01:47:53.000Z (over 3 years ago)
- Last Synced: 2023-03-05T01:38:28.778Z (over 1 year ago)
- Language: JavaScript
- Size: 54.7 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# study_flask
## 1 配置环境
1. 当前文件夹下设置虚拟环境
```
pipenv install
```
2. 安装 ``flask、python-dotenv`````
pipenv install flask
pipenv install python-dotenv```
配置环境的教程见下方:
https://blog.csdn.net/sty945/article/details/99824909## 2 模板