I'm not sure if it's documented yet, but there is a sitetemplate
option in TG that allows multiple apps to use some common elements
(template, css, js, layout, images, etc.) from a master template. I
haven't tried it, but it sounds like part of what you're looking for.

The option is currently on line 22 of config/app.cfg as of this
morning's svn trunk:

# The sitetemplate is used for overall styling of a site that
# includes multiple TurboGears applications
# tg.sitetemplate="<packagename.templates.templatename>"

You can package up all your widgets into their own package and import
them easily. (tg-admin quickstart -t tgwidgets to create the package).

I have not messed with importing model or controllers among apps, but
it seems like it would work as long as you are careful about importing
SO or SA classes which have joins. Better get a second opinion on that
one though.  ;)

HTH.

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to