| 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 initcd flask_basic_template
python3 manage.py runserver
# Or run in shell
cd flask_basic_template
python3 manage.py shell- 短信验证码