from django.apps import AppConfig class DocumentsConfig(AppConfig): """Documents 模块应用配置。""" default_auto_field = "django.db.models.BigAutoField" name = "apps.documents"