Well, for my app, I am likely to stick to Genshi + SA only. The problem is that each person has their own preference. And when I try to install their components/eggs into my project, now I have to work with another set of templates/ORM. To use an example to illustrate this, my project uses Genshi + SA. I want to introduce tagging on my app. Tasty is a nice component for tagging, but it uses SO. My initial take on is this if I want to use Tasty, I need to support two ORMs (which I am not excited about). Any tips on simplifying the situation?
On Feb 1, 3:53 pm, "Adam Jones" <[EMAIL PROTECTED]> wrote: > There are a few pages that deal with other templating systems in the > docs. For that you may want to start at:http://docs.turbogears.org/ > 1.0/AlternativeTemplating > > I can vaguely remember a few people who have asked > aboutusingsqlobjectandsqlalchemy. You may want to dig through the mailing list > archives and see what you can come up with. If you find something > useful and want to do a little write up about it (either here or in > the docs) it would be appreciated. As far as I know it isn't very > common for people to want to use two different ORMs together. > > Make sure to remember that adding the extra templating systems/ORMs > will make your project much more "heavy" in the sense of memory usage. > If you are on a shared hosting system you will need to do some > profiling to make sure that you will stay within memory limits under > load. > > -Adam --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---

