"webguy7890" <[EMAIL PROTECTED]> writes: > is it possible to use different templates and ORM in the same > project. for example, my app currently uses SQLAlchemy and Genshi. > is it possible to import tasty that uses sqlobject into my app?
I've gone the other way. I have a project that by default uses SO + Kid and I use other resources that are available using Genshi templates (I developed them like that because Genshi allowed me make a better reuse of templates and in an easier way than Kid). I'll be trying how SQL Alchemy behaves in this set at the weekend (I hope!). Of course, mixing ORMs is harder than mixing templates because you have to take care with caching on both ORMs and if you're composing things -- as I am -- you'll need the most normalized structure you can get to avoid problems with them. -- Jorge Godoy <[EMAIL PROTECTED]> --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

