This is what I do: - I run web2py.py using 127.0.0.1:8000 - I test in dev_appserver on 127.0.0.1:8080
On port 8000 admin works and I can deploy apps locally. They will then be visible on port 8080 too. After I test that everything works I deply using the AppEngineLauncher or appcfg.py This may also help: http://gluonframework.wordpress.com/2010/03/02/shell-only-web2py/ Massimo On Sep 30, 12:06 pm, Rick <[email protected]> wrote: > But how to upload it in my local copy? I understand that I'd somehow > get the app on the address http://127.0.0.1:8000but I don't > understand how to get it there. It has still the > address:http://127.0.0.1:8000/myapp > I'm running linux. Perhaps that has an impact on the procedure? > > On Sep 28, 5:46 pm, mdipierro <[email protected]> wrote: > > > You have to upload it in your local copy and then doply it again. > > > On Sep 28, 11:20 am, Rick <[email protected]> wrote: > > > > Hi, > > > > When I upload my app with GAE the address will be myapp.appspot.com/ > > > myapp . On the site myapp.appspot.com there is the administrative > > > interface that doesn't work with GAE. My question is: how to put my > > > app on myapp.appspot.com ? > > > > Thanks in advance for help! > >

