django create background account

First, pycharm enters run mange.py Task

2. Enter createsuperuser, enter username, email, password, and confirm password

3. Start django, enter  http://127.0.0.1:8000/admin/login/?next=/admin/   enter the username and password, and verify that the login is successful

 

 

Published 42 original articles · praised 11 · 20,000+ views

Guess you like

Origin blog.csdn.net/QWERTY55555/article/details/105379042