mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2025-06-22 17:18:24 +02:00
Upload syntheses
This commit is contained in:
@ -24,6 +24,6 @@ class Migration(migrations.Migration):
|
||||
migrations.AlterField(
|
||||
model_name='synthesis',
|
||||
name='file',
|
||||
field=models.FileField(blank=True, default='', unique=True, upload_to=participation.models.get_random_synthesis_filename, verbose_name='file'),
|
||||
field=models.FileField(blank=True, default='', unique=True, upload_to=participation.models.get_synthesis_filename, verbose_name='file'),
|
||||
),
|
||||
]
|
||||
|
Reference in New Issue
Block a user