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
120 B
Python
7 lines
120 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class OrgConfig(AppConfig):
|
|
name = "apps.org"
|
|
verbose_name = "组织人事"
|