relay/app/sse_notifications/apps.py
2025-12-05 09:13:52 +01:00

6 lines
169 B
Python

from django.apps import AppConfig
class SseNotificationsConfig(AppConfig):
default_auto_field = "django.db.models.BigAutoField"
name = "app.sse_notifications"