update. 调整 admin 用户的 admin 后台权限

This commit is contained in:
ngfchl
2026-04-08 08:34:15 +08:00
parent 5588bbaac8
commit 3ca5b4a18d
@@ -471,6 +471,8 @@ class Command(BaseCommand):
"password": make_password("adminadmin"),
"dept": departments['company'],
"is_active": True,
"is_staff": True,
"is_superuser": True,
},
[roles['admin']]
)