You would make different applications if they are supposed to be deployed individually and independently. Else you make a single app with difference controllers. If paces are to be user reusable, call those controllers plugin_<something>.
On Wednesday, 5 February 2014 07:26:48 UTC-6, Cliff Kachinske wrote: > > I want a web site something like this: > > Home page mostly devoted to marketing. > Menu at the top of the home page has links to, for example, a demo, my > blog, other marketing stuff and a login link. > > By logging in the user will get access to live applications. The menu will > change to reflect the available apps. > > I can do this with a single big application or I can create cooperating > applications. > > Does anyone have thoughts on the pros and cons of each approach? All > comments gladly accepted. > > Thank you, > Cliff Kachinske > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

