CodeOath
← All posts
Python70 min total · 18 parts

Django Fundamentals: MVT Architecture, the ORM, and Middleware

Contents — Part 1 of 18: Overview
Part 1 of 18 · ~1 min

Overview

Django calls its architecture MVT (Model-View-Template) rather than MVC, which trips people up more than it should — the confusing part is purely naming, not a fundamentally different idea. This is a complete reference to how Django actually works under the hood, not just a features list — work through it in order, or jump straight to the part you need from the sidebar.