butler_ddochi/telemetry_dashboard/apps.py
icurfer fb02b8dc8d
All checks were successful
Build And Test / build-and-push (push) Successful in 4m35s
telemetry dashboard add
2025-02-22 03:05:50 +09:00

7 lines
169 B
Python

from django.apps import AppConfig
class TelemetryDashboardConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'telemetry_dashboard'