10 lines
216 B
Python
Raw Permalink Normal View History

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