From the course: Django: Forms

Deep dive into Django forms

From the course: Django: Forms

Start my 1-month free trial

Deep dive into Django forms

- 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.

Contents