This happened to me on multiple machines already... typing django-admin.py startproject test
yields the The term 'django-admin.py' is not recognized as the name of a cmdlet....
error, while trying to call on any other module or script in the python Scripts folder works...
Typing python [Scripts path]\django-admin.py startproject test
works perfectly, so does copying django-admin.py
to my working directory... it just won't call it straight up.
I've been googling for a while and it seems like this problem is always people not having Scripts added in their PATH. I did, however. Is there something else I am missing? Much appreciated.