kpsul/kfet/auth/apps.py
2017-09-19 17:05:51 +02:00

9 lines
237 B
Python

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