On 7/24/06, Sanjay <[EMAIL PROTECTED]> wrote: > > Exactly. One is getting instantiated by myself (using sqlalchemy, as I > need to do some complex mappings, and activemapper is insufficient), > and the other is getting instiantiated by the generated code for > identity management. Giving my code below.
Where is the generated code? If you're creating your own tables and mappings, you should remove the quickstart-generated code. > I feel if turbogears would also support generating SQLAlchemy code > apart from ActiveMapper code, these complexities could be handled > easily. Do you too think same way, can I post a ticket for it? This was discussed here on the list recently. I think it's not neccessary to complicate the TG codebase with templates for non-ActiveMapper models - since they're quite easy to write - and TG is fine with you not using ActiveMapper (almost, see ticket #1041). Arnar --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

