Yohann D'ANELLO 086a22e36a
Fix app translation
Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
2022-03-09 18:56:48 +01:00

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')