d5377e94eb
Django backend that listens to the relay SSE global stream and dispatches APNs push notifications to subscribed iOS devices (TestFlight/sandbox).
8 lines
163 B
Python
8 lines
163 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class PushConfig(AppConfig):
|
|
default_auto_field = "django.db.models.BigAutoField"
|
|
name = "app.push"
|
|
label = "push"
|