django-allauth-cas/allauth_cas/apps.py

11 lines
248 B
Python
Raw Normal View History

2017-07-25 18:31:42 +02:00
from django.apps import AppConfig
from django.utils.translation import gettext_lazy as _
2017-07-25 18:31:42 +02:00
class CASAccountConfig(AppConfig):
name = "allauth_cas"
2017-07-25 18:31:42 +02:00
verbose_name = _("CAS Accounts")
def ready(self):
from . import signals # noqa