mirror of
https://github.com/pacnpal/thrillwiki_django_no_react.git
synced 2026-02-05 05:45:17 -05:00
11 lines
263 B
Python
11 lines
263 B
Python
"""
|
|
Notifications app for ThrillWiki.
|
|
|
|
Provides notification management including:
|
|
- Subscriber management (Novu integration)
|
|
- Notification preferences
|
|
- Notification triggering and logging
|
|
"""
|
|
|
|
default_app_config = "apps.notifications.apps.NotificationsConfig"
|