Django Tutorials (Creating a Website) / Tutorial #9 - Migrations and the Admin Panel

In the lesson, we will touch on two important topics at once: migrations and admin panel. Migrations allow you to specify new tables in the database, and the admin panel is used to add data to various tables in the database.

Back to Top