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:
@ -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')
|
||||
|
Reference in New Issue
Block a user