XH_Digital_Management/excel_parser/apps.py

7 lines
155 B
Python
Raw Normal View History

2024-06-17 15:52:01 +08:00
from django.apps import AppConfig
class ExcelParserConfig(AppConfig):
default_auto_field = "django.db.models.BigAutoField"
name = "excel_parser"