重置密码命令: python manage.py changepassword admin
python manage.py changepassword 用户名
手动新建管理员账户:
python manage.py createsuperuser --username=UserName [email protected]
重置密码命令: python manage.py changepassword admin
python manage.py changepassword 用户名
手动新建管理员账户:
python manage.py createsuperuser --username=UserName [email protected]
相关文章: