Django - Lecture 7 - CS50’s Web Programming with Python and JavaScript
00:00:00 - Introduction
00:02:08 - Django
00:04:16 - Project Components
00:07:14 - hello
00:16:03 - flights
00:21:20 - Migrations
00:25:22 - Django Shell
00:35:57 - Rendering Templates
00:41:47 - admin
00:49:29 - Adding Routes
00:54:13 - Linking Routes
00:57:35 - Template Inheritance
01:00:40 - Model Relationships
01:09:52 - Registration
01:20:42 - CSRF
01:22:36 - Login and Authentication
01:36:59 - In Conclusion