1. we start google app engine app via commnd line
* Open cmd with administrator mode
2. To enter type "Python" command
* if python command not exits then to type below following command
commmnad syntax:
'enter Python exe path', 'enter google app engine path',
'to check sdk update command', 'enter port', 'enter datastore port', 'to enter source code path'
command :
C:\Python27\python.exe C:\Program Files (x86)\Google\google_appengine\dev_appserver.py --skip_sdk_update_check=yes --port=8080 --admin_port=8000 D:\CloudWardbeta
* if python command exits then type below folloeing command
commmnad syntax:
'python', 'enter google app engine path', 'to check sdk update command', 'enter port', 'enter datastore port', 'to enter source code path'
command :
python C:\Program Files (x86)\Google\google_appengine\dev_appserver.py --skip_sdk_update_check=yes --port=8080 --admin_port=8000 D:\CloudWardbeta