└─ 【Python教程】Django入门到进阶-适合Python小白的系统课程 ->
  ├─ 资料 ->
    ├─ django-lession-test ->
      ├─ lession4 ->
        ├─ one ->
          ├─ app ->
            ├─ migrations ->
              ├─ __init__.py - 0B
              └─ 0001_initial.py - 2.8KB
            ├─ mongo_models.py - 478B
            ├─ models.py - 1.9KB
            ├─ __init__.py - 0B
            ├─ tests.py - 60B
            ├─ views.py - 63B
            ├─ mongo_engine.py - 381B
            ├─ apps.py - 81B
            └─ admin.py - 63B
          ├─ one ->
            ├─ __init__.py - 0B
            ├─ settings.py - 3.5KB
            └─ wsgi.py - 383B
          └─ manage.py - 535B
        ├─ 4-6第三方的orm_sqlalchemy.pptx - 69.9KB
        ├─ 4-8mongodb在django中的使用.pptx - 68KB
        ├─ 4-3数据库的表关系与联合索引的创建.pptx - 64.9KB
        ├─ 4-7redis在django中的使用.pptx - 183.5KB
        ├─ 4-5数据库的查询.pptx - 72.7KB
        ├─ 4-1orm与model基础.pptx - 138.9KB
        ├─ 4-4数据库的增删改.pptx - 62.9KB
        ├─ 4-6sqlalchemy_test.py - 584B
        └─ 4-2model中字段与属性介绍.pptx - 71.6KB
      ├─ lession1 ->
        ├─ one ->
          ├─ app ->
            ├─ migrations ->
              └─ __init__.py - 0B
            ├─ __init__.py - 0B
            ├─ views.py - 63B
            ├─ models.py - 57B
            ├─ apps.py - 81B
            ├─ tests.py - 60B
            └─ admin.py - 63B
          ├─ one ->
            ├─ __init__.py - 0B
            ├─ settings.py - 3KB
            └─ wsgi.py - 383B
          └─ manage.py - 535B
        ├─ 1.1web介绍与django初接触.pptx - 202.9KB
        └─ django的1.1介绍.pptx - 84.2KB
      ├─ lession7 ->
        ├─ user ->
          ├─ app ->
            ├─ migrations ->
              ├─ __init__.py - 0B
              └─ 0001_initial.py - 1001B
            ├─ admin.py - 63B
            ├─ views.py - 2.9KB
            ├─ tests.py - 60B
            ├─ __init__.py - 0B
            ├─ models.py - 537B
            └─ apps.py - 81B
          ├─ user ->
            ├─ settings.py - 3.2KB
            ├─ wsgi.py - 385B
            └─ __init__.py - 0B
          ├─ templates ->
            ├─ login.html - 918B
            ├─ b.page.html - 138B
            ├─ a.html - 134B
            └─ regist.html - 945B
          └─ manage.py - 536B
        ├─ 7.2权限分组cookie与session.pptx - 200.1KB
        └─ 7-1.pptx - 298.5KB
      ├─ lession5 ->
        ├─ form ->
          ├─ app ->
            ├─ migrations ->
              ├─ 0001_initial.py - 550B
              └─ __init__.py - 0B
            ├─ models.py - 242B
            ├─ views.py - 966B
            ├─ __init__.py - 0B
            ├─ tests.py - 60B
            ├─ apps.py - 81B
            ├─ forms.py - 2.4KB
            └─ admin.py - 63B
          ├─ form ->
            ├─ wsgi.py - 385B
            ├─ settings.py - 3.1KB
            └─ __init__.py - 0B
          ├─ templates ->
            └─ regist.html - 724B
          ├─ manage.py - 536B
          └─ db.sqlite3 - 0B
        ├─ 5-2django表单学习.pptx - 110.7KB
        ├─ 5-1form介绍与一个简单form的创建.pptx - 102.2KB
        └─ 5-3表单与模型.pptx - 223.5KB
      ├─ lession2 ->
        ├─ two ->
          ├─ app ->
            ├─ migrations ->
              └─ __init__.py - 0B
            ├─ models.py - 57B
            ├─ apps.py - 81B
            ├─ admin.py - 63B
            ├─ __init__.py - 0B
            ├─ views.py - 258B
            └─ tests.py - 60B
          ├─ two ->
            ├─ __init__.py - 0B
            ├─ wsgi.py - 383B
            └─ settings.py - 3KB
          ├─ manage.py - 535B
          └─ db.sqlite3 - 0B
        ├─ 02路由器的参数设置.pptx - 66.2KB
        ├─ 01路由与视图介绍.pptx - 67KB
        ├─ 03视图的详细讲解.pptx - 64.5KB
        └─ 04扩展知识.pptx - 65.3KB
      ├─ lession3 ->
        ├─ jinja ->
          ├─ app ->
            ├─ migrations ->
              └─ __init__.py - 0B
            ├─ __init__.py - 0B
            ├─ tests.py - 60B
            ├─ models.py - 57B
            ├─ admin.py - 63B
            ├─ views.py - 171B
            ├─ apps.py - 81B
            ├─ myfilter.py - 61B
            └─ base_jinja2.py - 380B
          ├─ templates ->
            ├─ base.html - 346B
            └─ test.html - 189B
          ├─ jinja ->
            ├─ wsgi.py - 387B
            ├─ __init__.py - 0B
            └─ settings.py - 3.2KB
          ├─ static ->
            └─ test.css - 32B
          ├─ db.sqlite3 - 0B
          └─ manage.py - 537B
        ├─ mako_project ->
          ├─ app ->
            ├─ migrations ->
              └─ __init__.py - 0B
            ├─ base_render.py - 945B
            ├─ views.py - 309B
            ├─ __init__.py - 0B
            ├─ apps.py - 81B
            ├─ tests.py - 60B
            ├─ admin.py - 63B
            └─ models.py - 57B
          ├─ mako_project ->
            ├─ settings.py - 3.1KB
            ├─ __init__.py - 0B
            └─ wsgi.py - 401B
          ├─ static ->
            └─ test.css - 35B
          ├─ templates ->
            ├─ base.html - 434B
            ├─ test.html - 362B
            └─ extend.html - 71B
          ├─ db.sqlite3 - 0B
          └─ manage.py - 544B
        ├─ template ->
          ├─ app ->
            ├─ migrations ->
              └─ __init__.py - 0B
            ├─ templatetags ->
              ├─ myfilter.py - 193B
              └─ __init__.py - 0B
            ├─ models.py - 57B
            ├─ base_jinja2.py - 405B
            ├─ admin.py - 63B
            ├─ __init__.py - 0B
            ├─ tests.py - 60B
            ├─ apps.py - 81B
            └─ views.py - 1KB
          ├─ static ->
            ├─ myfilter.py - 193B
            └─ __init__.py - 0B
          ├─ template ->
            ├─ __init__.py - 0B
            ├─ settings.py - 3.2KB
            └─ wsgi.py - 393B
          ├─ templates ->
            ├─ test.html - 120B
            ├─ index.html - 1.5KB
            └─ base.html - 346B
          ├─ db.sqlite3 - 0B
          └─ manage.py - 540B
        ├─ 01template配置与views的绑定.pptx - 63.7KB
        ├─ 04jinja2与mako模版.pptx - 62.6KB
        ├─ 02模版内置标签.pptx - 66.1KB
        └─ 03模版内置过滤器.pptx - 69KB
      ├─ message_test ->
        ├─ app ->
          ├─ templatetags ->
            ├─ __init__.py - 0B
            └─ custom.py - 850B
          ├─ migrations ->
            ├─ 0001_initial.py - 624B
            ├─ __init__.py - 0B
            └─ 0002_message_user.py - 609B
          ├─ pubsub ->
            ├─ base.py - 1KB
            ├─ server.py - 738B
            ├─ client.py - 255B
            └─ __init__.py - 0B
          ├─ __init__.py - 0B
          ├─ apps.py - 81B
          ├─ tests.py - 60B
          ├─ admin.py - 810B
          ├─ forms.py - 3KB
          ├─ consts.py - 521B
          ├─ models.py - 847B
          └─ views.py - 4.4KB
        ├─ _idea ->
          ├─ workspace.xml - 13.6KB
          ├─ encodings.xml - 135B
          ├─ misc.xml - 292B
          ├─ modules.xml - 276B
          └─ message_test.iml - 398B
        ├─ message_test ->
          ├─ __init__.py - 0B
          ├─ settings.py - 3.2KB
          └─ wsgi.py - 401B
        ├─ templates ->
          ├─ register.html - 1KB
          ├─ four_page_two.html - 526B
          ├─ three.html - 389B
          ├─ login.html - 915B
          ├─ five.html - 467B
          └─ four_page_one.html - 134B
        ├─ db.sqlite3 - 0B
        ├─ manage.py - 544B
        └─ git.txt - 399B
      ├─ lession8 ->
        ├─ 8-1项目介绍与准备工作.pptx - 234.8KB
        └─ 8-10.pptx - 316.7KB
      └─ lession6 ->
        ├─ 6-2admin的样式与功能开发.pptx - 214KB
        └─ 6-1admin后台管理.pptx - 145.7KB
    └─ ppt ->
      ├─ 1-1.pptx - 361.9KB
      ├─ 2-1.pptx - 190.9KB
      ├─ 3-4.pptx - 196.7KB
      ├─ 2-4.pptx - 190.7KB
      ├─ 3-6.pptx - 195.9KB
      ├─ 2-2.pptx - 193.8KB
      ├─ 3-1.pptx - 189KB
      ├─ 2-5.pptx - 268.7KB
      ├─ 2-3.pptx - 196.7KB
      └─ 3-2.pptx - 188.9KB
  ├─ 第9章 dashboard后端的搭建与开发 ->
    ├─ 1-1.pptx - 361.9KB
    ├─ 2-1.pptx - 190.9KB
    ├─ 3-4.pptx - 196.7KB
    ├─ 2-4.pptx - 190.7KB
    ├─ 3-6.pptx - 195.9KB
    ├─ 2-2.pptx - 193.8KB
    ├─ 3-1.pptx - 189KB
    ├─ 2-5.pptx - 268.7KB
    ├─ 2-3.pptx - 196.7KB
    └─ 3-2.pptx - 188.9KB
  ├─ 第3章 Django中的 Template 模板 ->
    ├─ 3.1.mp4 - 19.8M
    ├─ 3.10.mp4 - 226.5M
    ├─ 3.3.mp4 - 61.7M
    ├─ 3.6.mp4 - 7M
    ├─ 3.8.mp4 - 129.5M
    ├─ 3.7.mp4 - 85.7M
    ├─ 3.2.mp4 - 13.6M
    ├─ 3.4-.3.5.mp4 - 187.1M
    └─ 3.9.mp4 - 136.2M
  ├─ 第10章 移动客户端的搭建与开发 ->
    ├─ 10.1.mp4 - 40.2M
    ├─ 10.7.mp4 - 140.4M
    ├─ 10.2.mp4 - 52.1M
    └─ 10.3—10.6.mp4 - 440.4M
  ├─ 第4章 Django中的ORM和数据库 ->
    ├─ 4.11.mp4 - 120.1M
    ├─ 4.12.mp4 - 32.3M
    ├─ 4.1—4.5.mp4 - 405.1M
    ├─ 4.8.mp4 - 71M
    ├─ 4.6-4.7.mp4 - 150.3M
    ├─ 4.9.mp4 - 62.8M
    └─ 4.10.mp4 - 114.7M
  ├─ 第11章 服务部署 ->
    └─ 11.1.mp4 - 67.8M
  ├─ 第6章 Django中的Admin的基本使用 ->
    ├─ 6.1.mp4 - 22M
    └─ 6.2.mp4 - 105.4M
  ├─ 第2章 Django中的路由与视图 ->
    ├─ 2.7.mp4 - 165.9M
    ├─ 2.1.mp4 - 17.4M
    ├─ 2.6.mp4 - 147.2M
    ├─ 2.3.mp4 - 20.3M
    ├─ 2.2.mp4 - 25.3M
    ├─ 2.4.mp4 - 10.2M
    └─ 2.5.mp4 - 7.7M
  ├─ 第5章 Django中的Form表单的使用 ->
    ├─ 5.4-5.5.mp4 - 512.3M
    ├─ 5.1.mp4 - 63M
    └─ 5.2-5.3.mp4 - 334.3M
  ├─ 第1章 Django入门到进阶-更适合Python小白的系统课程 ->
    ├─ 1.1.mp4 - 9M
    ├─ 1.3-1.4.mp4 - 38.6M
    └─ 1.2.mp4 - 117.6M
  ├─ 第8章 项目介绍 准备工作 ->
    ├─ 8.1.mp4 - 26.4M
    ├─ 8.2.mp4 - 102.7M
    └─ 8.3.mp4 - 63.8M
  ├─ 【必备资源】.png - 542.8KB
  └─ 【必看,所有资料合集免费地址】.docx - 11.4KB

发表回复

后才能评论