i got the same problem with django and got the solution at https://docs.djangoproject.com/en/1.7/howto/windows/ . It's mentioned there that if you are using Django 1.7 then we have to write django-admin instead of django-admin.py from our command prompt. hope it helped.