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...
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...
Run this in the project on the server to create a new super user
python manage.py createsuperuser