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
If you forgot create admin user first build one with createsuperuser command on manage.py then change the password.
createsuperuser
manage.py