why the django admin console is terminating the web server automatically?
I have created a custom User model as I wanted to use email as unique constraint. Below is the code snippet
models.py
from django.db import models
from django.contrib.auth.base_user import