Skip to content

anChaOs/flask_basic_template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# flask的web服务

Date: 2020-07-23

环境搭建

sudo apt-get install python3.6
sudo apt-get install python3-pip

sudo pip3 install -r requirements.txt -i https://mirrors.aliyun.com/pypi/simple/

cd flask_basic_template
python3 manage.py init

运行

cd flask_basic_template
python3 manage.py runserver
# Or run in shell
cd flask_basic_template
python3 manage.py shell

补充部分

  • 短信验证码

About

flask项目的基础模版

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors