To expand a little on Massimo's explanation. Find the reference to Cooperating Applications in the online manual.
Once you have figured out which app will be the master app, you can put all the model files in the master apps models directory, then softlink the files you need in other directories. If you use lazy tables (see the DAL chapter in the on line manual), the price for having all the tables in one directory will not be too high. On Friday, March 7, 2014 10:22:02 AM UTC-5, ureal frank wrote: > > Hi, > > I'm very new to web2py. > I've started watching Massimo's vimeo posts and I like what I am seeing, > even thinking some concepts are little strange at the beginning :) > > Well, my 3 questions are: > > - Can I define/use multiple menus inside one app? > > - While using PostgreSQL or so, can I share the same database between > different apps? I've made this question because I want somehow to split one > site in two apps. The website where users can register for a demo and the > backoffice, running in a different server where users do their stuff. I > just want to share the registered users and information like this. > I think CAS could solve this but I am not sure. > > - finally (sorry guys): Can I hide the appname from the URL? > > I hope to have many more questions :) > > Many thanks in advance :) > Frank > -- 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/d/optout.

