Files
main-site/apps/health/apps.py
Codex_B 10e39b8331
All checks were successful
CI / nightly-e2e (pull_request) Has been skipped
CI / deploy (pull_request) Has been skipped
CI / pr-e2e (pull_request) Successful in 1m38s
CI / ci (pull_request) Successful in 1m46s
feat: add health monitoring endpoint
2026-03-06 15:46:08 +00:00

7 lines
149 B
Python

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