7 lines
164 B
Python
Executable File
7 lines
164 B
Python
Executable File
from django.apps import AppConfig
|
|
|
|
|
|
class AdminsystemdbConfig(AppConfig):
|
|
default_auto_field = 'django.db.models.BigAutoField'
|
|
name = 'adminsystemdb'
|