chore: user onboarding workflow (#2791)

This commit is contained in:
Nikhil 2023-11-18 16:18:06 +05:30 committed by sriram veeraghanta
parent eb53876af3
commit 3d8da99eec
3 changed files with 25 additions and 1 deletions

View file

@ -72,7 +72,7 @@ class Workspace(BaseModel):
related_name="owner_workspace",
)
slug = models.SlugField(max_length=48, db_index=True, unique=True)
organization_size = models.CharField(max_length=20)
organization_size = models.CharField(max_length=20, blank=True, null=True)
def __str__(self):
"""Return name of the Workspace"""