gault-millau/apps/notification/apps.py
2019-08-30 15:40:53 +03:00

8 lines
192 B
Python

from django.apps import AppConfig
from django.utils.translation import ugettext_lazy as _
class NotificationConfig(AppConfig):
name = 'notification'
verbose_name = _('notification')