""" notification app file """ # django imports from django.apps import AppConfig class NotificationsConfig(AppConfig): """ notification app config """ default_auto_field = 'django.db.models.BigAutoField' name = 'notifications'