diff --git a/api/community/models.py b/api/community/models.py index d415406..89d0456 100644 --- a/api/community/models.py +++ b/api/community/models.py @@ -10,6 +10,7 @@ STATUS_CHOICES = ( ("draft", "DRAFT"), ("public", "PUBLIC"), + ("cancelled", "CANCELLED"), )