[Tutorial] Understanding how Django talks to the database: Models, the ORM, and Migrations

preview_player
Показать описание
Eddie explains how Django models create database migrations to interact
with an SQL database on your behalf.

00:00 - Introduction
00:53 - What is the devdb? (app we're making in this video)
03:16 - Creating the devdb app
10:13 - What is an Object-relational mapper (ORM)?
18:33 - Looking at the tables that Django creates by default
20:28 - Creating our first migration
28:48 - Inserting data using the admin interface
37:32 - Seeing how Django and the SQLite3 database interact
43:46 - Creating a migration to split one field into two fields
1:03:50 - Finishing touches

Links:

Рекомендации по теме