Django comes with a default User model that you can use for basic authentication and other functions, but it's very limited.
In this tutorial, you will learn how to create your own custom user models using Django. You will also learn how to register and customize the model in the admin panel.
0:00 Intro
1:43 Revert migrations
3:30 Users app
4:35 Custom User Model
10:40 Object Manager
24:30 customize admin page
30:20 adios
GitHub repo for this series - https://bit.ly/3W9kpVt