partner categories
This commit is contained in:
parent
83504f6b7c
commit
c6b50da971
8 changed files with 75 additions and 4 deletions
|
|
@ -106,6 +106,11 @@ class Unit(models.TextChoices):
|
|||
CPU = "CPU", "vCPU"
|
||||
|
||||
|
||||
class PartnerCategory(models.TextChoices):
|
||||
CONSULTING = "CONSULTING", "Consulting"
|
||||
TRAINING = "TRAINING", "Training"
|
||||
|
||||
|
||||
# This should be a relation, but for now this is good enough :TM:
|
||||
class ManagedServiceProvider(models.TextChoices):
|
||||
VS = "VS", "VSHN"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue