2015-12-17 18:24:10 +00:00
|
|
|
from django.utils.translation import ugettext_lazy as _
|
|
|
|
from django.apps import AppConfig
|
|
|
|
|
|
|
|
|
2016-06-26 09:02:57 +00:00
|
|
|
class CasAppConfig(AppConfig):
|
2015-12-17 18:24:10 +00:00
|
|
|
name = 'cas_server'
|
|
|
|
verbose_name = _('Central Authentication Service')
|