> The project created by quickstart is intentionally very simple. > Clearly, though, as a project grows you might need more than just > model.py and are very likely to need more than controllers.py. > > Through the import statement, it's very easy to add more modules and > get those names into the "standard" namespaces if you want them there. > Given the near inevitability that you'll probably need more than just > a single controllers module, would people prefer to have a controllers > package set up by quickstart instead? How about the model? Do you find > yourself outgrowing a single file there?
I am finally getting around to this, so I will offer my votes: +1 for a controllers package -1 for a models package I am all about the default matching likely structure for most applications. IMO, most applications will need several controllers, but only one model. I don't really care for the symmetry argument, as it has nothing to do with what people actually do. -- Jonathan LaCour http://cleverdevil.org --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears -~----------~----~----~----~------~----~------~--~---

