I have a Clerk Model with the following field:
Clerk
status = models.CharField(max_length=50, null=True, choices=STATUS, default=STATUS[0][0]) <
status = models.CharField(max_length=50, null=True, choices=STATUS, default=STATUS[0][0])