django 相关问题

  1. 和数据库的连接
  2. session的实现
  3. django app开发步骤
    • python环境准备
    • 数据库安装
    • model定义
    • url mapping定义 
    • view定义
    • template定义 
  4. 如何查看数据库里的数据
  5. 如何利用django shell调试
  6. django的内部实现
    • 从解析http request
    • 到MVC的设计
    • security
    • 数据库连接
    • template/static
    • deployment
    • logging
原文地址:https://www.cnblogs.com/lynnge/p/5090248.html