1、現在python安裝文件:https://www.python.org/downloads/windows/
2、增加python環境變量
path=%path%;C:\python36;C:\python36\Scripts
3、cmd輸入:python
4、下載django:https://www.djangoproject.com/download/
5、cmd安裝django:
python setup.py install
6、cmd檢查是否安裝成功
python -m django --version
7、python安裝pip插件: https://www.cnblogs.com/guangang/articles/9259316.html
8、安裝pymssql插件:https://www.cnblogs.com/guangang/articles/9259472.html
9、pip命令安裝wfastcgi
pip install wfastcgi
10、django項目發布到windows服務器:https://www.cnblogs.com/guangang/articles/9268644.html