Files

9 lines
184 B
Python
Raw Permalink Normal View History

2026-05-11 03:27:21 +03:30
from django.apps import AppConfig
class DeviceHubConfig(AppConfig):
default_auto_field = "django.db.models.BigAutoField"
name = "device_hub"
verbose_name = "Device Hub"