Okay, so take a look at this part of docs Model field reference | Django documentation | Django here you will see how models.TextChoices
are being used.
1 Like
Okay, so take a look at this part of docs Model field reference | Django documentation | Django here you will see how models.TextChoices
are being used.