I am new to python. I created this file using following command:
C:\Python35\Scripts\django-admin startproject mysite
After that successfully created a file in directory.But when i run C:\Python35\Scripts\mysite\python manage.py migrate or C:\Python35\Scripts\mysite\python manage.py runserver, i am getting the following error
python is not recognized as an internal or external command operable program or batch file
how to solve this problem?