django-allauth-cas/allauth_cas/apps.py

12 lines
273 B
Python
Raw Normal View History

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