Create Custom User Model in Django
In this post, I will tell you about how to make a custom user model in Django
You must have python installed
Create virtual Env first
Activate virtual environment
install django
Step 1. Start new project
django-admin startproject my_project
Step 2...
avi1501.hashnode.dev3 min read