Thanks for the feedback. Got any thoughts on how you would like an implementation to look ? I've got time to work on this atm.
What is 'First Class' ? [googles] oic. When I started on this my main concernes were: 1. to avoid patching TG 2. play nicely with existing template machinery I think the example I posted fails on 2., as it breaks auto reloading. Once the import hook has fired once it takes a restart to clear out sys.modules. And I bet there are cleaner ways to handle the startup script. But it looks like First Class is going to shift the ground somewhat :) Cheers, Robin On 09/08/06, Kevin Dangoor <[EMAIL PROTECTED]> wrote: > > On Aug 8, 2006, at 4:18 AM, [EMAIL PROTECTED] wrote: > > > I've just added an example to the documentation playground: > > http://trac.turbogears.org/turbogears/wiki/NonPackagedKidTemplates > > > > Is there a simpler / better way of achieving this than the example > > I've > > presented ? Any other thoughts on the merrit of the example ? > > Though it's unlikely the implementation would look like this, this is > most definitely something that needs to appear in some form in First > Class. Being able to pick up templates off of a path is pretty > critical when it comes to customizing apps that you install. > > Kevin > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

