Set up the required directory layout, app scaffolding, core settings, templates, static assets, and Docker/Tailwind tooling to establish a standardized development baseline.
7 lines
128 B
Python
7 lines
128 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class SettingConfig(AppConfig):
|
|
name = "apps.setting"
|
|
verbose_name = "系统设置"
|