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