class User(AbstractUser): last_name = models.CharField(max_length=100) first_name = models.CharField(max_length=100) email = models.CharField(max_le