On Thu, Feb 25, 2010 at 1:15 PM, Chris Perkins <[email protected]> wrote:
> * a story on pluggable applications would be nice > ** django apps are helping the momentum a lot > ** there is not one blessed way to do it with TG > ** a namespace registry would solve the DB clashes > Just to comment on this segment: I've not dealt with the database side of the issue, but I have managed to deal with one specific piece of this issue: When an extension or app is made using TG, mounting that app and making it visible was a painful process. With tgext.menu ( https://bitbucket.org/pedersen/tgext.menu/ ) it is now an easy process, especially if your app is already using it. Adding a controller and putting it into your menu structure becomes a trivial operation, as opposed to having to manually update your menu templates. I know, it's not much, not yet, but it's worth checking out. -- Michael J. Pedersen My IM IDs: Jabber/[email protected], ICQ/103345809, AIM/pedermj022171 Yahoo/pedermj2002, MSN/[email protected] -- You received this message because you are subscribed to the Google Groups "TurboGears Trunk" 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-trunk?hl=en.
