Python Django Basics for Absolute Beginners #7 Database Models

preview_player
Показать описание
in this video we talk about database models. Database models allow for us to describe how we are going to store data in our database. Models help us to store data as they define the way our tables are created.

Each model class stands for a table in our database and each attribute of such a class can be a column. Using Django's database access API, we can then query our database models without using any SQL.

SOURCE CODE :

SUBSCRIBE:

Please donate to this channel:

FOLLOW ME:

GITHUB:

TWITTER:
Рекомендации по теме
Комментарии
Автор

Hey guys, I really apologize for the bad audio later in the video. The microphone messed up so bad. I realized this in editing.

SsaliJonathan