Nicer for admin.
[cas.git] / src / services / apps.py
index e40a94f..3c1815d 100644 (file)
@@ -1,5 +1,7 @@
 from django.apps import AppConfig
+from django.utils.translation import ugettext_lazy as _
 
 
 class ServicesConfig(AppConfig):
     name = 'services'
+    verbose_name = _("Services")