Author
Released
3/8/2019- Creating form fields
- Using submitted data
- Adding models
- Using the ModelForms class
- Working with widgets
- Accepting files and multiple forms on a page
- Customizing formsets
- Using local validation
- Delivering errors responsibly
- Customizing forms
- Styling with CSS
Skill Level Intermediate
Duration
Views
- Django Forms makes collecting and validating data from a user incredibly simple. It has a native form framework that is highly customizable. We'll be creating an online delivery site that focuses on several key features. Model forms, which allow you to automatically create a form from an existing model, and form sets, which allow us to easily multiply a form for efficient data entry. Hi, I'm Nick, and I love Django and mobile programming. Let's begin.
Related Courses
-
Python: Design Patterns
with Jungwoo Ryoo1h 59m Intermediate -
Code Clinic: Python
with Barron Stone1h 51m Intermediate -
Building RESTful Web APIs with Django
with Rudolf Olah1h 9m Intermediate
-
Introduction
-
What you should know1m 5s
-
Project walkthrough1m 51s
-
1. Getting Started with Forms
-
Starting a new project2m 26s
-
Making forms from scratch5m 24s
-
Form fields5m 22s
-
Submitting forms4m 47s
-
Django form class5m 15s
-
Using submitted data5m 32s
-
-
2. Working with Advanced Form Features
-
Adding models5m 59s
-
Model forms4m 1s
-
Working with widgets5m 37s
-
Advanced widgets4m 23s
-
Forms and files4m 4s
-
Formset views6m 34s
-
Editing objects4m 40s
-
Input confirmation4m 7s
-
-
3. Customizing and Styling Form Appearance
-
Server-based errors5m 10s
-
Form rendering3m 49s
-
Customizing forms4m 59s
-
Spicing up forms with CSS6m 40s
-
Homepage styling4m 7s
-
Form styling6m 24s
-
Conclusion
-
Next steps1m 19s
-
- Mark as unwatched
- Mark all as unwatched
Are you sure you want to mark all the videos in this course as unwatched?
This will not affect your course history, your reports, or your certificates of completion for this course.
CancelTake notes with your new membership!
Type in the entry box, then click Enter to save your note.
1:30Press on any video thumbnail to jump immediately to the timecode shown.
Notes are saved with you account but can also be exported as plain text, MS Word, PDF, Google Doc, or Evernote.
Share this video
Embed this video
Video: Deep dive into Django forms