mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2025-08-04 23:43:45 +02:00
Display details about tournaments
This commit is contained in:
18
apps/participation/migrations/0004_tournament_price.py
Normal file
18
apps/participation/migrations/0004_tournament_price.py
Normal file
@@ -0,0 +1,18 @@
|
||||
# Generated by Django 3.0.11 on 2021-01-01 10:39
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('participation', '0003_tournament_max_teams'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='tournament',
|
||||
name='price',
|
||||
field=models.PositiveSmallIntegerField(default=21, verbose_name='price'),
|
||||
),
|
||||
]
|
Reference in New Issue
Block a user