filmov
tv
Python Django Basics for Absolute Beginners #9 Using Forms in Django.
Показать описание
Hey guys, This is a brief introduction to forms in Django.
In this video we look at forms and how they can help us to collect data from users. We look at how Django can simplify the process of creating these forms using the Django forms package. We create a form class and use it to create fields which will allow us to collect data from our users.
We also look at the attributes that a form has and how we render such forms in our templates.
LEARN MORE:
SOURCE CODE :
SUBSCRIBE:
Please donate to this channel:
FOLLOW ME:
GITHUB:
TWITTER:
Timestamps:
00:00 Introduction
00:55 Creating the view for rendering the form
01:40 Creating the form class
05:20 Exploring form instances
12:41 Rendering the form
20:06 CSRF Token Explained
21:46 Getting POST data
26:44 Creating data from forms
31:40 Wrapping Up
In this video we look at forms and how they can help us to collect data from users. We look at how Django can simplify the process of creating these forms using the Django forms package. We create a form class and use it to create fields which will allow us to collect data from our users.
We also look at the attributes that a form has and how we render such forms in our templates.
LEARN MORE:
SOURCE CODE :
SUBSCRIBE:
Please donate to this channel:
FOLLOW ME:
GITHUB:
TWITTER:
Timestamps:
00:00 Introduction
00:55 Creating the view for rendering the form
01:40 Creating the form class
05:20 Exploring form instances
12:41 Rendering the form
20:06 CSRF Token Explained
21:46 Getting POST data
26:44 Creating data from forms
31:40 Wrapping Up