Django账号管理

创建超级用户
python manage.py createsuperuser
创建普通用户
python manage.py createuser
修改密码
python manage.py changepassword username

  

原文地址:https://www.cnblogs.com/lucktomato/p/14844440.html