Lessons: 19Length: 2.2 hours

Next lesson playing in 5 seconds

Cancel
  • Overview
  • Transcript

2.2 Migrations and Administration

After you have created your models, all you have are a couple of classes in a Python file. In order to actually get these models transformed into database tables, we need to create and execute migrations. I'll show you how to create these migrations, and then I'll show you how to view your new database tables as an administrator.