Hey thanks for checking the question
First, see my code
class ConfirmationKey(models.Model): key = models.CharField(max_length=20,blank=True) username