Create superusers using the createsuperuser command:
python manage.py createsuperuser
To change a admin password, type the following command:
python manage.py changepassword *username*
If you forgot username, then install db browser, open database, open user table, check username.