How to create a custom user in Django with both admin properties and custom properties such as phone number
source code: https://github.com/bytechtechnologies...
Intro (0:00)
Creating our project named project1 (1:17)
Creating models in the models.py (2:37)
Custom User model (5:05)
User Creation and User Change Forms (08:15)
Registering our models with Django admin (19:27)
Adding our app into the installed app in the settings.py (20:42)
Running Migrations (22:17)
Creating superuser (22:36)
Log in and create users using the admin panel (23:13)