我正在使用 Django(1.3 版)并且忘记了管理员用户名和密码。如何重置两者?
是否可以将普通用户设置为管理员,然后删除管理员状态?
python manage.py changepassword <user_name>
见文档