Nicer for admin.
[cas.git] / src / services / apps.py
1 from django.apps import AppConfig
2 from django.utils.translation import ugettext_lazy as _
3
4
5 class ServicesConfig(AppConfig):
6     name = 'services'
7     verbose_name = _("Services")