In my models.py, I have this:
models.py
class CustomUser(AbstractUser): USER_TYPE = ((1, \'HOD\'), (2, \'Staff\'), (3, \'Student\')) username = None