mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2025-07-04 22:24:04 +02:00
Comment code, fix minor issues
This commit is contained in:
@ -3,5 +3,8 @@ from django.utils.translation import gettext_lazy as _
|
||||
|
||||
|
||||
class TournamentConfig(AppConfig):
|
||||
"""
|
||||
The tournament app handles all that is related to the tournaments.
|
||||
"""
|
||||
name = 'tournament'
|
||||
verbose_name = _('tournament')
|
||||
|
Reference in New Issue
Block a user