Files
agentic-soc-platform/backend/apps/alerts/apps.py
funnywolf b6b4cbf017 0.4.0 I always have a choice
You shape nothing until you hold everything.
2026-06-27 19:08:48 +08:00

7 lines
149 B
Python

from django.apps import AppConfig
class AlertsConfig(AppConfig):
default_auto_field = "django.db.models.BigAutoField"
name = "apps.alerts"