django-allauth-cas/allauth_cas/apps.py
Aurélien Delobelle 76fd5ca344 initial
2017-07-25 18:31:42 +02:00

11 lines
273 B
Python

# -*- 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