1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2024-11-26 18:07:10 +00:00
plateforme-tfjm2/apps/tournament/apps.py
2020-04-29 04:51:25 +02:00

8 lines
185 B
Python

from django.apps import AppConfig
from django.utils.translation import gettext_lazy as _
class TournamentConfig(AppConfig):
name = 'tournament'
verbose_name = _('tournament')