mirror of
https://github.com/pacnpal/thrillwiki_django_no_react.git
synced 2026-02-05 11:25:19 -05:00
feat: Implement a new notifications application, add admin API views for dashboard metrics, introduce scheduled tasks, and update API routing and project configurations.
This commit is contained in:
10
backend/apps/notifications/__init__.py
Normal file
10
backend/apps/notifications/__init__.py
Normal file
@@ -0,0 +1,10 @@
|
||||
"""
|
||||
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"
|
||||
Reference in New Issue
Block a user