Course Content
Lectures
0/59
Django Beginner to Intermediate Course
About Lesson

In this part of the Django tutorials, you will learn how to create a sign up form in a Django project. This tutorial comes after the login tutorial where you learned how create a login form. So, if you want to learn how to create a sign up form, you will first need to create a login form and then complete the project with the sign up form. Also notice that creating this kind of form in Django is much easier than many other tools and frameworks as Django has it built-in. After this series of sign up form tutorial, you will learn how to create a forms for resetting the password of the users.

Join the conversation