from django.apps import AppConfig class NotificationConfig(AppConfig): name = 'apps.notification' label = 'lilcity_notification'