1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-06-21 23:58:24 +02:00

Upload solution is working

This commit is contained in:
Yohann D'ANELLO
2021-01-12 17:24:46 +01:00
parent 09e5a72470
commit 2ca0444053
7 changed files with 109 additions and 6 deletions

View File

@ -0,0 +1,18 @@
# Generated by Django 3.0.11 on 2021-01-12 16:07
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('participation', '0005_auto_20210101_1149'),
]
operations = [
migrations.AddField(
model_name='participation',
name='final',
field=models.BooleanField(default=False, help_text='The team is selected for the final tournament.', verbose_name='selected for final'),
),
]