mirror of
https://github.com/huge-dream/django-vue3-admin.git
synced 2026-09-26 06:19:03 +00:00
8 lines
206 B
Python
8 lines
206 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class ProcurementConfig(AppConfig):
|
|
default_auto_field = "django.db.models.BigAutoField"
|
|
name = "apps.pisadmin.miscprocurement"
|
|
verbose_name = "杂采管理"
|