I want to extent custom user model in django.I copy paste code from django official website. When i want to migrate it it throw error
TypeError: expected str
yes, the semicolon at the back is removed in order to automatically modify the table in the database, like this line:
signdate = models.DateField(verbose_name="Sign Date", blank=True, null=True)