I am trying to make custom made user model for my project in Django.
Django
My models.py:
class myCustomeUser(AbstractUser):