Building a Django User Management System (Overview)
If you’re building your own Django applications, you might decide to extend them with user accounts. In this video course, you’ll learn how to work with Django user management and add it to your program.
By the end of this video course, you’ll be able to:
- Create an application where users can register, log in, and reset and change passwords on their own
- Edit the default Django templates responsible for user management
- Send password reset emails to actual email addresses
- Authenticate using an external service
You may find it useful to complete Get Started With Django: Build a Portfolio App before beginning this course. However, you can also apply Django user management to any Django apps that you’ve created.
00:00 Get Started With Django User Management.
00:04 If you finished the first part of this series, then you may already have a lot of ideas for your own Django applications. At some point, you might decide to extend them with user accounts. In this step-by-step course, you’ll learn how to work with Django user management and add it to your program.
00:23 By the end of this course, you’ll be able to create an application where users can register, log in, reset and change passwords on their own, edit the default Django templates responsible for user management, send password reset emails to real email addresses, and authenticate using an external service. So now you know what’s going to be covered, let’s get started.
Become a Member to join the conversation.