I have created a custom User model as I wanted to use email as unique constraint. Below is the code snippet
from django.db import models fr