Django: Custom User Model Extending AbstractUser
The authentication system that comes with Django works fine for most cases, but it is recommended to use a custom user model with every project you start as it just requires a bit of configuration, and you’ll be able to customize it as you see fit. When you want to extend the built-in user model








