Re: [web2py] Re: Beginners question about multiple applications

2015-04-15 Thread Richard Vézina
Point 3... Copy models/menu.py from one app to the other... But it is a bad idea... Richard On Wed, Apr 15, 2015 at 9:48 AM, Massimo Di Pierro < massimo.dipie...@gmail.com> wrote: > > > On Tuesday, 14 April 2015 15:51:31 UTC-5, Peter Gibson wrote: >> >> I am a beginner with Web2py but am very i

[web2py] Re: Beginners question about multiple applications

2015-04-15 Thread Massimo Di Pierro
On Tuesday, 14 April 2015 15:51:31 UTC-5, Peter Gibson wrote: > > I am a beginner with Web2py but am very impressed with what I have seen > and read so far. > > I have plans to use Web2py for a sizable web project. > > My project requires a wiki (the built in one will do just fine) and what I

[web2py] Re: Beginners question about multiple applications

2015-04-14 Thread 黄祥
> > 1. Is it advisable to define each of my 'models' as separate applications > or to incorporate them all into one (my instinct would be to have them > separate as their respective functionality is separate). > if you have same define tables for every app, i think, it's better to define it on