kpsul/kfet/auth/apps.py

9 lines
237 B
Python
Raw Normal View History

from django.apps import AppConfig
from django.utils.translation import ugettext_lazy as _
class KFetAuthConfig(AppConfig):
name = 'kfet.auth'
label = 'kfetauth'
verbose_name = _("K-Fêt - Authentification et Autorisation")