Files
andros d5377e94eb Initial implementation of push notification backend
Django backend that listens to the relay SSE global stream and dispatches
APNs push notifications to subscribed iOS devices (TestFlight/sandbox).
2026-05-19 09:34:46 +02:00

8 lines
190 B
Python

from django.apps import AppConfig
class SubscriptionsConfig(AppConfig):
default_auto_field = "django.db.models.BigAutoField"
name = "app.subscriptions"
label = "subscriptions"