I just installed Django yesterday and went through part 1 and 2 of the tutorial no problems. Things were fuzzy so I wanted to start again. Between last night and now, only difference is I got Windows 10.
I type into command: django-admin startproject mysite2
It shows no errors, but it does not pop mysite2 or anything into the directory I am in. After searching an hour or so, I find a solution in django-admin.py startproject is not working
If I type into cmd: python C:\Python27\Scripts\django-admin.py startproject , it works. However, it's going to get a bit tedious and I can't help but think this problem is going to extend further down the line too. What is the reason why I can only start the project this way, and is there a way I can permanently change it?