Ask Your Question
0

How can I change the Django Admin Password?

asked 2023-04-11 16:49:09 +0000

qstack gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2023-04-11 16:49:38 +0000

qstack gravatar image

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>
edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

1 follower

Stats

Asked: 2023-04-11 16:49:09 +0000

Seen: 26 times

Last updated: Apr 11 '23