1、安装Python3
1.2安装sqlite3
ttp://www.sqlite.org
2.安装Django框架
https://www.djangoproject.com/
3、安装nginx
http://nginx.org/
4.安装uWSGI
https://uwsgi-docs.readthedocs.io/en/latest/Download.html
启动uWSGI
5.设置Django+nginx+uWSGI
Install Python+Django+Nginx+UWSGI
原文:http://www.cnblogs.com/nulige/p/6490176.html