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
new setup should first run python manage.py createsuperuser to create user. It seems like there is no default username password to login into admin.
python manage.py createsuperuser