Django Models Unleashed
Reference Code
Lessons
Welcome
0:00
What Drives the Need for Django Models?
0:00
Base Django Project
0:00
Your First Model Class
0:00
Basics of Django Model Field Types
0:00
Migrate your Django Model
0:00
Make Changes to Models
0:00
Delete a Field
0:00
Delete Migrations & Squash Migrations
0:00
Save Data via Django-managed Python Shell
0:00
Model Field Validation
0:00
Model Field Validation - Overriding the Save Method
0:00
Model Field Validation - The Clean Method
0:00
Models Field Choices
0:00
Models Field Choices - Advanced Options
0:00
DateField & DateTimeField
0:00
Base Abstract Model
0:00
Model Meta Options
0:00
Bulk Create
0:00
Custom Model Managers & QuerySet Filters
0:00
Django SlugField & Model Signals Basics
0:00
Fixtures for Loading and Unloading Data
0:00
Basics of ForeignKeys
0:00
Testing our Model
0:00
Thank you and next steps
0:00