I am using Django (version 1.3) and have forgotten both admin username and password. How to reset both?
And is it possible to make a normal user into admin, and then
You may try this:
1.Change Superuser password without console
python manage.py changepassword
2.Change Superuser password through console