tombola-bde-2020/apps/tbde/apps.py

10 lines
216 B
Python

# Copyright (C) 2020 by BDE ENS Paris-Saclay
from django.apps import AppConfig
from django.utils.translation import gettext_lazy as _
class TBDEConfig(AppConfig):
name = 'tbde'
verbose_name = _('tombola')