Possible Duplicate:
how to reset django admin password?
I have worked for Django project in local server. The current updates need to fix on web server . But couldnt match the admin credentials . So how can reset the admin password...
manage.py changepassword *username* offers a method of changing a user's password from the command line. It prompts you to change the password of a given user which you must enter twice. If they both match, the new password will be changed immediately.
By default you have to use admin and the password is 123123.
Assuming you know the name of a superuser: django-admin.py changepassword
Run this in the project on the server to create a new super user
python manage.py createsuperuser
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With