8 lines
220 B
Python
8 lines
220 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class SystemSettingsConfig(AppConfig):
|
|
default_auto_field = 'django.db.models.BigAutoField'
|
|
name = 'system_settings'
|
|
verbose_name = 'Системные настройки'
|