Files
Refactored-App/backend/apps/notifications/apps.py
2026-04-01 03:20:54 +02:00

8 lines
191 B
Python

from django.apps import AppConfig
class NotificationsConfig(AppConfig):
default_auto_field = "django.db.models.BigAutoField"
name = "apps.notifications"
label = "notifications"