一.django中创建用户名和密码

  

(venv) D:\project\py37project\Djangopro\Procrm>Python37 manage.py createsuperuser

Username (leave blank to use 'administrator'): admin
Email address: 2180633571@qq.com
Password:
Password (again):
This password is too common.
Bypass password validation and create user anyway? [y/N]: y
Superuser created successfully.
View Code

相关文章:

  • 2021-12-28
  • 2022-03-03
  • 2021-12-24
  • 2022-12-23
  • 2021-12-07
猜你喜欢
  • 2021-12-18
  • 2021-12-15
  • 2022-12-23
  • 2021-08-13
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案