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 allows for multiple programmers collaborating without running into each other toes. Thanks, Mike