1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-07-03 18:02:50 +02:00

Files are required for solutions and syntheses

Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
This commit is contained in:
2022-04-29 18:53:34 +02:00
parent c686584e74
commit 5f2cd16071
3 changed files with 25 additions and 5 deletions

View File

@ -547,8 +547,6 @@ class Solution(models.Model):
verbose_name=_("file"),
upload_to=get_solution_filename,
unique=True,
blank=True,
default="",
)
def __str__(self):
@ -588,8 +586,6 @@ class Synthesis(models.Model):
verbose_name=_("file"),
upload_to=get_synthesis_filename,
unique=True,
blank=True,
default="",
)
def __str__(self):