1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-18 05:41:03 +08:00
2024-12-12 21:27:56 +08:00
..
2024-12-12 21:27:56 +08:00
2024-12-12 21:27:56 +08:00
2024-12-12 21:27:56 +08:00
2023-11-09 19:15:01 +08:00
2023-11-09 19:15:01 +08:00

创建初始化用户

  • 宿主机终端方式
docker exec -it xxx python manage.py createsuperuser --username=用户名 --email=邮箱
  • xxx 改成容器名称
  • 用户名 建议 英文
  • 邮箱 邮箱地址
  • SSH输入两次密码
  • 容器终端方式

容器管理页面,连接容器终端执行

python manage.py createsuperuser --username=用户名 --email=邮箱