django-allauth-ens/allauth_ens/apps.py
2017-08-03 12:40:52 +02:00

7 lines
198 B
Python

from django.apps import AppConfig
from django.utils.translation import ugettext_lazy as _
class ENSAllauthAppConfig(AppConfig):
name = 'allauth_ens'
verbose_name = _("ENS Authentication")