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
134 B
Python
7 lines
134 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class PermissionConfig(AppConfig):
|
|
name = "apps.permission"
|
|
verbose_name = "权限管理"
|