filmov
tv
Python Django Basics for Absolute Beginners #12 Using the UserCreationForm In Django
Показать описание
In this video, I walk you through the UserCreationForm which is a model form that Django provides to help us create user accounts using our existing User model. The UserCreation form simplifies the process of signing up as it gets all its fields from the user model as well as to help us validate for errors that those fields may have.
SOURCE CODE:
SUBSCRIBE:
Please donate to this channel
FOLLOW ME:
GITHUB:
TWITTER:
TIMESTAMPS
0:00 Introduction
00:55 Creating the UserCreationForm
04:30 Customizing the UserCreationForm
11:18 Saving Users from the UserCreationForm
15:00 Form Validation
19:15 Adding User Registrationa and Login Links
22:18 Using Django messages
28:00 Wrapping Up
SOURCE CODE:
SUBSCRIBE:
Please donate to this channel
FOLLOW ME:
GITHUB:
TWITTER:
TIMESTAMPS
0:00 Introduction
00:55 Creating the UserCreationForm
04:30 Customizing the UserCreationForm
11:18 Saving Users from the UserCreationForm
15:00 Form Validation
19:15 Adding User Registrationa and Login Links
22:18 Using Django messages
28:00 Wrapping Up