remove task attachments

This commit is contained in:
Timur
2025-03-02 12:23:27 +03:00
parent 2e90e1b0fb
commit 16372bb35d
8 changed files with 118 additions and 11 deletions
-3
View File
@@ -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