Django part : 4
Reset Django Admin Password
python manage.py changepassword <username>
Replace <username> with the username of the admin user whose password you want to reset.
You'll be prompted to enter a new password for the specified user. Follow the prompts to ...
akashpawar.com5 min read