Completed
Dynamic URLs in Templates
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Python Django Course for Beginners - Learn Django from Scratch
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 What & Why?
- 3 Setup & Analyzing the Project Folder
- 4 Working with Apps
- 5 URLs & Views
- 6 Getting Started with Templates
- 7 Static Files & First Steps with the Django Template Language
- 8 Key Django Template Language Features & Tags
- 9 Using What we Learned
- 10 Adding a Detail Page
- 11 Dynamic Paths
- 12 Dynamic URLs in Templates
- 13 Using Template Inheritance
- 14 Includes
- 15 What is Data?
- 16 Getting Started with Models
- 17 Using the Admin Panel
- 18 Querying Data
- 19 Adding Image Upload
- 20 Serving & Displaying Images
- 21 Configuring the Admin Area
- 22 Setting one-to-many Relations
- 23 many-to-many Relations
- 24 More Meetup Fields & Outputting Related Data
- 25 Creating a Modelform
- 26 Handling Form Submission
- 27 More on Form Submission & Validation
- 28 From Modelform to Form
- 29 Polishing Organizer Email
- 30 Optimizing URLs
- 31 Wrap Up