django-allauth-ens/allauth_ens/apps.py

8 lines
194 B
Python
Raw Permalink Normal View History

2017-08-03 12:40:52 +02:00
from django.apps import AppConfig
2024-10-22 10:53:31 +02:00
from django.utils.translation import gettext_lazy as _
2017-08-03 12:40:52 +02:00
class ENSAllauthConfig(AppConfig):
2017-08-03 12:40:52 +02:00
name = 'allauth_ens'
verbose_name = _("ENS Authentication")