mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2025-07-04 12:52:18 +02:00
Indicate the maximum amount of teams in a tournament
This commit is contained in:
@ -138,6 +138,11 @@ class Tournament(models.Model):
|
||||
verbose_name=_("place"),
|
||||
)
|
||||
|
||||
max_teams = models.PositiveSmallIntegerField(
|
||||
verbose_name=_("max team count"),
|
||||
default=9,
|
||||
)
|
||||
|
||||
inscription_limit = models.DateTimeField(
|
||||
verbose_name=_("limit date for registrations"),
|
||||
default=timezone.now,
|
||||
|
Reference in New Issue
Block a user