Jason Chu wrote: > I'm just going to throw my 2 cents in right here. > > We're trying to build a semi-large application with turbogears and still > only have a controllers.py file. The reason is because we have seperate > directories with models, controllers, and widgets for each of the sections > of the application. >
Yep, that's a very interesting point of view, I think we can find a good balance and provide a quickstart command to add a new application section (as asked before by Dan Jacob) in the way you're doing it. I like this, it's still a convention, but a less obtrusive one, yes it's different from others (like RoR that uses a global controllers dir) but not for that reason worse. We need to find the right convention that fits with the way TG works (not what the other are doing) and I like this one personally (it seems to also fit nicely with "firstclass" and WSGI concept of apps) since it gives you a section and re-usability inclination. Thanks Jason. Ciao Michele --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

