1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-03-18 04:31:05 +08:00
github-action update-app-version d7bd6e48b1 Update app version [skip ci]
2024-09-11 02:13:25 +00:00
..
2024-09-11 02:13:25 +00:00
2024-06-01 18:07:27 +08:00
2023-11-09 19:15:01 +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=邮箱