poulpe/communication/apps.py
2017-07-26 20:10:40 +02:00

6 lines
194 B
Python

from django.utils.translation import ugettext_lazy as _
from django.apps import AppConfig
class CommunicationConfig(AppConfig):
name = 'communication'
verbose_name = _("communication")