django 学习(一)——安装


Django官方网站:https://www.djangoproject.com/

Python官方仓库下载地址:https://pypi.python.org/pypi/Django

windows下安装命令:

pip install django==1.10.3

pip3 install django==1.10.3

python3 -m pip install django==1.10.3

pip install -i https://pypi.douban.com/simple/ django=1.10.3