ФУНКЦИИ - МЕЖПРОЕКТНАЯ КОММУНИКАЦИЯ: filestorage upload и preview вложений
This commit is contained in:
@@ -137,6 +137,8 @@ class Workspace(BaseModel):
|
||||
organization_size = models.CharField(max_length=20, blank=True, null=True)
|
||||
timezone = models.CharField(max_length=255, default="UTC", choices=TIMEZONE_CHOICES)
|
||||
background_color = models.CharField(max_length=255, default=get_random_color)
|
||||
storage_file_size_limit_enabled = models.BooleanField(default=True)
|
||||
storage_file_size_limit = models.PositiveBigIntegerField(default=5242880)
|
||||
|
||||
def __str__(self):
|
||||
"""Return name of the Workspace"""
|
||||
|
||||
Reference in New Issue
Block a user