Re: Common Practice with Models and Views

2006-01-11 Thread Kenneth Gonsalves
On Thursday 12 Jan 2006 3:12 am, Adrian Holovaty wrote: > > With models, is it common practice to place all models in a > > single file or multiple files? (I have a huge model) > > It's most common to put all your models in a single file. i have found it more convenient to have separate apps for

Re: Common Practice with Models and Views

2006-01-11 Thread Mike
Thanks for your helpful response Mike

Re: Common Practice with Models and Views

2006-01-11 Thread Adrian Holovaty
On 1/11/06, Mike <[EMAIL PROTECTED]> wrote: > With models, is it common practice to place all models in a single file > or multiple files? (I have a huge model) It's most common to put all your models in a single file. > With views, is it common practice to place all views in a single file? > It

Re: Common Practice with Models and Views

2006-01-11 Thread Joseph Kocherhans
On 1/11/06, Mike <[EMAIL PROTECTED]> wrote: > > Hi, > > With models, is it common practice to place all models in a single file > or multiple files? (I have a huge model) > > With views, is it common practice to place all views in a single file? > It seems like django encourages that by removing t

Common Practice with Models and Views

2006-01-11 Thread Mike
Hi, With models, is it common practice to place all models in a single file or multiple files? (I have a huge model) With views, is it common practice to place all views in a single file? It seems like django encourages that by removing the view folder, but I don't see why? Multiple view files a