Sections

Django · Section 1

Django Fundamentals

What Django is and the MTV pattern it is built on, the request/response pipeline every view sits in, and the batteries — ORM, admin, auth, sessions, templates — it ships with by default.

  1. Core conceptsWhat Django is and the MTV pattern it is built on, then the pieces every request passes through — routing, views, models, templates and forms — and the platform features (admin, auth, sessions, i18n) that ship alongside them.5 core17 standard22 concepts
  2. Request lifecycle0 items