Python - Django Migrations and Admin
This tutorial tackles on about Python - Django Migrations and Admin. Migration is the connection/bridge between your models, which are the database of your app, and your website. Admin is the one that will manage all our database tables.