Back to Browse

Python Django Basics for Absolute Beginners #12 Using the UserCreationForm In Django

591 views
Mar 8, 2022
28:36

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: https://github.com/jod35/django_course_for_beginners.git SUBSCRIBE: https://www.youtube.com/c/SsaliJonathan?sub_confirmation=1 Please donate to this channel https://www.buymeacoffee.com/jod35 FOLLOW ME: GITHUB: https://github.com/jod35 TWITTER: https://twitter.com/jod35_ 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

Download

0 formats

No download links available.

Python Django Basics for Absolute Beginners #12 Using the UserCreationForm In Django | NatokHD