This commit is contained in:
zandercymatics 2023-11-13 13:29:06 -07:00
parent 674fc9f7b3
commit 82fc67025b
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
3 changed files with 6 additions and 16 deletions

View file

@ -1,6 +1,7 @@
from django.db import models
from .utility.time_stamped_model import TimeStampedModel
class StatusChoices(models.TextChoices):
READY = "ready", "Ready"
ON_HOLD = "on hold", "On Hold"