Hi there,
I am having difficulty while following the "Writing your First Django app, Part 2." Everything prior to this I believe I have done correctly, as I have been testing along the way just as the instructions say, however when creating the admin user, in cmd I cd to C:\Python27\mysite (where I have manage.py saved) and I input the command "python manage.py createsuperuser".
It prompts me to enter a username, i put admin, I put in my email address, however when it asks me to make a password I can't type in anything at all. It won't even let me paste a string into it. I am very new to programming and cannot figure out what is wrong. I've tried to run cmd as an administrator, but that doesn't work. Can someone please help me?
Thank you very much