1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-07-03 23:22:54 +02:00

Django admin management

This commit is contained in:
Yohann D'ANELLO
2020-04-29 04:51:25 +02:00
parent 706de5bd41
commit bc869241b6
9 changed files with 104 additions and 35 deletions

View File

@ -1,5 +1,7 @@
from django.apps import AppConfig
from django.utils.translation import gettext_lazy as _
class TournamentConfig(AppConfig):
name = 'apps.tournament'
name = 'tournament'
verbose_name = _('tournament')