telemetry dashboard add
All checks were successful
Build And Test / build-and-push (push) Successful in 4m35s

This commit is contained in:
2025-02-22 03:05:50 +09:00
parent 928758c20d
commit fb02b8dc8d
17 changed files with 72 additions and 7 deletions

View File

@ -0,0 +1,6 @@
from django.apps import AppConfig
class TelemetryDashboardConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'telemetry_dashboard'