Django: Forms

Go to class
Write Review

Free Online Course: Django: Forms provided by LinkedIn Learning is a comprehensive online course, which lasts for 2-3 hours worth of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from LinkedIn Learning. Django: Forms is taught by Nick Walter.

Overview
  • Learn how to create and add forms to your website using Django. Find out how to create customized form fields, validate submitted data, and more.

Syllabus
  • 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
    Conclusion
    • Next steps