field=models.CharField(choices=[('professor','Professor'),('client','Client'),('student','Student'),('admin','Admin'),('super_admin','Super Admin'),('consultant','Consultant')],default='client',help_text='Type of the user.',max_length=20,verbose_name='User Type'),