mirror of
https://github.com/huge-dream/django-vue3-admin.git
synced 2026-09-23 21:18:07 +00:00
7 lines
152 B
Python
7 lines
152 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class SystemConfig(AppConfig):
|
|
default_auto_field = 'django.db.models.BigAutoField'
|
|
name = 'dvadmin.system'
|