mirror of
https://github.com/huge-dream/django-vue3-admin.git
synced 2026-09-25 13:51:02 +00:00
9 lines
222 B
Python
9 lines
222 B
Python
# -*- coding: utf-8 -*-
|
|
from django.apps import AppConfig
|
|
|
|
|
|
class BasicinfoConfig(AppConfig):
|
|
default_auto_field = 'django.db.models.BigAutoField'
|
|
name = 'apps.pisadmin.basicinfo'
|
|
verbose_name = "基础信息"
|