forked from erp-dev/erp
8 lines
185 B
Python
8 lines
185 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class BasicInfoConfig(AppConfig):
|
|
default_auto_field = 'django.db.models.BigAutoField'
|
|
name = 'basic_info'
|
|
verbose_name = '基础资料'
|