Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

To change the Django Admin password, you can use the Django management command changepassword. Follow these steps to change the admin password:

Open the terminal and navigate to your Django project directory. This is the directory containing the manage.py file.

Run the following command:

python manage.py changepassword <username>