I do apologize..... I have found init.py and have edited it to my satisfaction
On Feb 1, 9:08 pm, Gary Bee <g...@rtplanb.com> wrote: > I have created an application for my business homepage. > When I run web2py locally by default it opens a link to the welcome > application. I have to edit the url to the application of my homepage. > This works fine for development purposes, I can also access the site > via the admin interface. > I have successfully uploaded this to GAE, but by default when I try to > access the application it sends me to welcome/default/index. However > in the yaml file I told GAE to ignore this app so I get an > error:http://www.rtplanb.com/welcome/default/index > My question is....... how do I edit the default application that opens > when I run web2py/GAE?