mirror of
https://gitlab.com/megazordpobeda/DataRush.git
synced 2026-05-23 01:37:11 +00:00
remove task attachments
This commit is contained in:
@@ -49,9 +49,6 @@ class CompetitionTask(BaseModel):
|
||||
default="stdout",
|
||||
)
|
||||
|
||||
attachments = models.ManyToManyField("CompetitionTaskAttachment", blank=True,
|
||||
related_name="tasks_attachments")
|
||||
|
||||
def __str__(self):
|
||||
return self.title
|
||||
|
||||
|
||||
Reference in New Issue
Block a user