Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sty945/study_flask

study flask
https://github.com/sty945/study_flask

Last synced: 5 days ago
JSON representation

study flask

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 模板