I am learning django, and I have a mysite folder. When I synced the database it prompted me to create a superuser. I typed yes, and got halfway through the forms but I couldn't enter any characters when it wanted a password. I searched google and found: python manage.py createsuperuser The same thing happened, I could not enter a password. I am using django 1.5 and python 2.7 in case you need to know.