Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Python Django Tutorial - Build a Todo App
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Installing Python
- 3 Creating an App
- 4 Running the Server
- 5 Installing MySQL
- 6 Setting up the database
- 7 Creating the model
- 8 Adding Todo to installed apps
- 9 Creating a superuser
- 10 Rendering a template
- 11 Importing the model
- 12 Adding the Header
- 13 Adding Details
- 14 Creating Details Route
- 15 Creating Partials
- 16 Creating Resources
- 17 Add Todo Link
- 18 Add Todo URL
- 19 Test Post Request
- 20 Submit Post Request
- 21 Customize Admin Panel