building webapp using python & google cloud sdk(google app engine,...)
Running the local development server using google app engine :
- create configuration file like app.yaml
- "dev_appserver.py ." : in the location where ".yaml" file has command "dev_appserver.py .". "." means searching for ".yaml" file in the current directory.