Possible duplicate:how to reset django admin password?
I was working on a Django project on a local server. Current updates need to be fixed on the web server. But can not match the credentials of the administrator. So how to reset the admin password ...
Assuming you know the superuser name: django-admin.py changepassword
django-admin.py changepassword
Run this in a project on the server to create a new superuser
python manage.py createsuperuser