This lesson introduces Django models, which define the structure of database tables in Python code, and migrations, which apply those model changes to the actual database.