Configuring Google Apps
Steps to configure :
mkdir "app_name" ;cd "app_name"
gedit "app_name".py
gedit app.yaml :
application:"name_of_app_gsa"
version: 1
runtime: python
api_version: 1
handlers:
- url: /.*
script: helloworld.py
Configure : python dev_appserver.py "app_name"
Uploading : sudo appcfg.py --email=hemanth[dot]hm[at]gmail.com update "app_name"/
mkdir "app_name" ;cd "app_name"
gedit "app_name".py
gedit app.yaml :
application:"name_of_app_gsa"
version: 1
runtime: python
api_version: 1
handlers:
- url: /.*
script: helloworld.py
Configure : python dev_appserver.py "app_name"
Uploading : sudo appcfg.py --email=hemanth[dot]hm[at]gmail.com update "app_name"/

Recent blog posts
- watir-webdriver web inspector
- gem list to gemfile
- Packing ruby2.0 on debian.
- Made it into The Guinness Book!
- to_h in ruby 2.0
- Filter elements by pattern jQuery.
- Better HTML password fields for mobile ?
- Grayscale image when user offline
- nth-child CSS pseudo-class Christmas colors
- EventEmitter in nodejs