All checks were successful
Build And Test / build-and-push (push) Successful in 4m35s
7 lines
169 B
Python
7 lines
169 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class TelemetryDashboardConfig(AppConfig):
|
|
default_auto_field = 'django.db.models.BigAutoField'
|
|
name = 'telemetry_dashboard'
|