I want to customize/edit User model (rom django.contrib.auth.models import User)
Note : without using abstract or base abstract models if possible .
basically, I want to add a phone number field because I use it for authentication (phone-number login)