Introduction
Deep dive into Django forms
()
What you should know
()
Project walkthrough
()
1. Getting Started with Forms
Starting a new project
()
Making forms from scratch
()
Form fields
()
Submitting forms
()
Django form class
()
Using submitted data
()
2. Working with Advanced Form Features
Adding models
()
Model forms
()
Working with widgets
()
Advanced widgets
()
Forms and files
()
Formsets: Multiple forms on a page
()
Formset views
()
Controlling the number of formsets
()
Editing objects
()
Input confirmation
()
3. Customizing and Styling Form Appearance
Local validation and errors
()
Server-based errors
()
Form rendering
()
Customizing forms
()
Spicing up forms with CSS
()
Homepage styling
()
Form styling
()
Ex_Files_Django_Forms.zip
(3.1 MB)