检查python下是否有Django模块
>>python
>>help('modules')
及检查版本
Django version | Python versions |
---|---|
1.8 | 2.7, 3.2 (until the end of 2016), 3.3, 3.4, 3.5 |
1.9, 1.10 | 2.7, 3.4, 3.5 |
1.11 | 2.7, 3.4, 3.5, 3.6 |
2.0 | 3.4, 3.5, 3.6 |
2.1 | 3.5, 3.6, 3.7 |
下载对应版本
>>pip install django==1.11 -i https://pypi.tuna.tsinghua.edu.cn/simple