I would like to see various examples of how multiple controller files are used in the real world within TG. This thread has grown so large and no one has shared any concrete examples yet. :) Anyone? Anyone?
I have a controllers.py that must be 1000 lines now, and it is just getting a bit long. I need to cut it up, but am not sure of the best way. I know I need to create some "helper classes" to separate out certain functionality that is not related to url-mapping, but as far as having controllers.py as: controllers/ __init__.py detail_controller.py add_entry_controller.py etc... Any pointers/examples would be great. David --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

