5 lines
131 B
Python
5 lines
131 B
Python
"""
|
|
Notifications app - Multi-channel notification delivery
|
|
"""
|
|
default_app_config = 'apps.notifications.apps.NotificationsConfig'
|