centos7下部署Django(nginx+uwsgi+python3+django):
https://www.cnblogs.com/levelksk/p/7921066.html
pip管理工具:
https://baike.baidu.com/item/PIP/20435212?fr=aladdin
用uWSGI和nginx来设置Django和你的web服务器
https://uwsgi-docs-zh.readthedocs.io/zh_CN/latest/tutorials/Django_and_nginx.html
Django 基础教程:
https://code.ziqiangxuetang.com/django/django-tutorial.html
python三大神器之virtualenv
https://www.cnblogs.com/freely/p/8022923.html