Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Python Django Forms Tutorial - Creating Custom Forms for Post Creation
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Welcome
- 3 Getting Started
- 4 Create a Custom Form
- 5 Add the Custom Form to a template
- 6 Viewing the New Form
- 7 Handling Form Submissions
- 8 Testing the Form Submission
- 9 Updating the Post Model
- 10 Student Challenge
- 11 Updating the Posts List
- 12 Saving the New Post with an Author
- 13 Creating Posts with different Authors
- 14 Final Project Updates & Changes
- 15 Deployment Thoughts