1.环境配置:

(1)Install Setuptools

To install Python packages on your computer, Setuptools is needed. Download the latest version of Setuptools for your Python version
and follow the installation  instructions given there.

(2)install pip

Open a command prompt and execute easy_install pip.
This will install pip on
your system. This command will work if you have successfully installed               Setuptools.

(3)install django

In the command prompt, execute the following command: pip install django.
This will download and install Django.

最新文章

  1. excel手机号码归属地批量公式查询 vlookup函数
  2. AngularJS安装配置与基础概要整理(上)
  3. JavaScript中的Math对象
  4. mysql performance_schema/information_schema授权问题
  5. 【PyQt5】学习笔记(1)
  6. hadoop——在命令行下编译并运行map-reduce程序 2
  7. 修改Android默认背光值
  8. Python 强大而易用的文件操作(转载)
  9. primary key与unique的区别
  10. 射频识别技术漫谈(14)——Mifare S50与S70的存取控制
  11. ASP.NET - 编写让别人能读懂的代码
  12. 013 session_flush
  13. python enumerate 枚举函数用法
  14. 实现string类
  15. Redis的集群搭建
  16. 使用Redmine的PHP API时,如何判断需求是否为原子需求
  17. 在Linux机器上安装MySQL
  18. 使用hexo在GitHub上无法上传博客
  19. (后端)NoSuchMethodError
  20. python编程入门之简介

热门文章

  1. 关于ScrollView嵌套RecyclerView出现item显示不全的问题
  2. 解析 Lambda 表达式
  3. asp.net如何更改默认的登陆帐号/密码:16aspx/16aspx
  4. Js 利用正则表达式和replace函数获取string中所有被匹配到的文本
  5. springmvc适配器的应用
  6. 分层图【p4568】 [JLOI2011]飞行路线
  7. ELK故障:elk在运行一段时间后,没有数据。
  8. 转:[Asp.net]常见数据导入Excel,Excel数据导入数据库解决方案,总有一款适合你!
  9. 【JPA】JPA的注解@MappedSuperclass作用解释【转】
  10. 去除自定义Toolbar中左边距