Testing
Django Testing Guide: From Unit Tests to End-to-End Coverage
Every Django project starts with the best intentions. You run manage.py startapp, write a few models, and think "I'll add tests later." Later arrives when a migration drops a column your views were querying, and you find out from a 500 error in production. Django