1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-02-05 14:53:08 +00:00

8 lines
185 B
Python
Raw Normal View History

2020-04-29 04:06:02 +02:00
from django.apps import AppConfig
2020-04-29 04:51:25 +02:00
from django.utils.translation import gettext_lazy as _
2020-04-29 04:06:02 +02:00
class TournamentConfig(AppConfig):
2020-04-29 04:51:25 +02:00
name = 'tournament'
verbose_name = _('tournament')