Hii, Yes there has been enough written on this , and am sure I am definitely doing something really wrong. So here I go. I just wrote a small app and tried deploying it on appspot.I did the below in order
1. changed app.yaml's first line to the appidentifier registered with GAE 2.python dev_appserver ../web2py <-- to create the index files 3.python appcfg.py update ../web2py the app got deployed and I get the normal welcome/default/index without any error. However when I click the link of administrative interface.. I get a response "Invalid function"...(I am just learning how to deploy the app on GAE) Thanks Vivek

