[web2py] Re: Many apps in a single app.

2019-07-19 Thread Daniel Guilhermino
Leonel, very interesting this possibility, it is possible to avoid rewriting enough thing, thanks for sharing! Em terça-feira, 9 de julho de 2019 18:56:35 UTC-3, Leonel Câmara escreveu: > > This looks good, if you want to take it a step further and have something > like

[web2py] Re: Many apps in a single app.

2019-07-09 Thread Leonel Câmara
This looks good, if you want to take it a step further and have something like sub-controller-functions in your apps that will have their own views folder inside the app views folder you can use this decorator I made: def parent_controller(views_folder=None, pop_args_zero=True): """

Re: [web2py] Re: Many apps in a single app.

2019-07-09 Thread villas
Now I understand it better. I will consider this strategy for future. Thanks! On Friday, 5 July 2019 17:48:02 UTC+1, Ramos wrote: > > Then to get all apps in the same screen i created a workspace.html inside > views " named after Lotus Notes workspace for those who know what it is..." > I

[web2py] Re: Many apps in a single app.

2019-07-05 Thread villas
Very nice Antonio. My organisation has several apps, but each user has to log in separately for each app, even though we use the same auth_users table for authentication. Would you please explain a little more because I might refactor our apps to work in the way you suggest... Thanks! On