DjangoFlix
Create a netflix-like service using Django, React.js, & More.
Lectures
1 - Welcome - No code
2 - Walkthrough - No code
5 - django-admin startproject djangoflix
7 - Our First Migration & Superuser - No code
10 - Breaking Tests & Migrations Basics
11 - Video Model to Django Admin
13 - Customize the Django Admin
14 - CharField Choices for Publishing Videos
15 - Test Publish State Options
16 - Slug, Timestamp, & Updated Fields
17 - Custom Managers & QuerySets
20 - Understanding Foreign Keys with the Admin
21 - Django-Managed Python Shell to explore Foreign Keys
22 - Related Names & ManyToManyField
23 - More on ManyToMany Fields
24 - Ordering ManyToMany with Through Model
25 - Tabular Inline in the Admin for ManyToMany
26 - Updated Tests for Through Model
28 - TV Show Playlist Proxies for Admin
29 - Playlist Type Choices and Why
30 - Saving Playlist Type via Proxy
32 - ContentTypes & Generic Foreign Keys
33 - Reverse Relationship for Generic Foreign Keys
34 - Testing Generic Foreign Keys
37 - QuerySet Aggregation for Average Rating
38 - Templates & Base Template
39 - Movies & TV Show List Views
44 - Get Object Exception Handling
45 - Unique Slug Utility & Signal Receiver
46 - Instance Methods for Videos
47 - Video Embeds in Templates
49 - Home View & Get Absolute Url