Django's official tutorial builds a small polls application, and it's still the best on-ramp to the framework. This free video series walks through it end to end, so you can watch each piece come together instead of only reading it.

You build the polls app from an empty project, wiring up views, models, the admin site, templates, forms, and tests along the way — the batteries-included Django workflow, shown rather than described.