Last Updated: May 22, 2026
Django is a batteries-included Python web framework. It ships with an ORM, an admin interface, an auth system, a templating language, a forms library, a migrations tool, and a development server, all bundled into one package and meant to work together. This lesson walks through what Django is, the philosophy behind it, the pieces inside the box, and when Django is the right choice versus something lighter.