Re: [web2py] py4web in Google App Engine route app

2020-03-14 Thread Jacinto Parga
Yes. I've created a new application that is the only one I want to serve. In that case how can I do in py4web the same thing I do with routes.py in web2py Thanks El lunes, 10 de febrero de 2020, 7:07:02 (UTC+1), Massimo Di Pierro escribió: > > Your .gitcloudignore appears to be ignoring all

Re: [web2py] py4web in Google App Engine route app

2020-02-09 Thread Massimo Di Pierro
Your .gitcloudignore appears to be ignoring all of the apps: apps/filemanager apps/filemanager/* apps/todo apps/todo/* apps/examples apps/examples/* apps/_dashboard apps/_dashboard/* apps/_scaffold apps/_scaffold/* apps/_minimal apps/_minimal/* apps/_default apps/_default/* apps/_documentation/*

Re: [web2py] py4web in Google App Engine route app

2020-02-05 Thread Jacinto Parga
No, thanks. Finally it was a problem with the .gcloudignore I had to get rid off every app but the one I wanted to deploy and the other unneccesary files to the GAE. The only thing left is that I need to add the name of the application to route the main domain to the proper app. This is my

Re: [web2py] py4web in Google App Engine route app

2020-02-04 Thread Christian Varas
Hi I haven’t tried GAE but maybe is the controller. Are you using the decorator ’action()’ to expose the function ?. Ex: @action('some_name') def some_function(): return locals() Then you acces like http://IP/your_app/some_name Cheers. Chris. El El mar, 4 de feb. de 2020 a la(s) 15:46,

[web2py] py4web in Google App Engine route app

2020-02-04 Thread Jacinto Parga
I cannot properly deploy a simple py4web app in GAE. I think it's just a .gcloudignore or a app.yaml configuration issue. The only thing I've got is a not found page. [image: minimal-py4web.png] Some help about how to route the right app in the google app engine? Thanks -- Resources: -