Re: [web2py] Re: How to handle routing

2018-07-03 Thread marco mansilla
I'm responding to myself since noticed a related issue on this thread. After setting myapp as default app in routes.py whenever I try to redirect doing; redirect(URL('newcontroller','index')) server responds with invalid function (default/newcontroller) Any hints on this?. also (maybe a

Re: [web2py] Re: How to handle routing

2018-06-26 Thread marco mansilla
Thank you Anthony, this fixed the issue on development, and on production should exist non. Adding web2cli as default app solved the problem. Oh, and just noticed I didn't send the link of the app [0] in the first email. My bad. [0] https://github.com/marcomansilla/web2cli Marco. On

Re: [web2py] Re: How to handle routing

2018-06-25 Thread Anthony
You could also use routes.py to remove the app name in development. Anthony On Monday, June 25, 2018 at 8:27:29 PM UTC-4, marco mansilla wrote: > > Thanks Dave, I'll try ASAP. > > El lun., 25 de jun. de 2018 21:25, Dave S > escribió: > >> >> >> On Monday, June 25, 2018 at 4:51:31 PM UTC-7,

Re: [web2py] Re: How to handle routing

2018-06-25 Thread Marco Mansilla
Thanks Dave, I'll try ASAP. El lun., 25 de jun. de 2018 21:25, Dave S escribió: > > > On Monday, June 25, 2018 at 4:51:31 PM UTC-7, marco mansilla wrote: >> >> Hi everyone, I have written this small simple test [0], which uses >> vue-cli and inside web2py (yes, another test). It works pretty

[web2py] Re: How to handle routing

2018-06-25 Thread Dave S
On Monday, June 25, 2018 at 4:51:31 PM UTC-7, marco mansilla wrote: > > Hi everyone, I have written this small simple test [0], which uses vue-cli > and inside web2py (yes, another test). It works pretty simple. > > 1- generate a devel project (name can be anything) the web2py app with >