On 7/10/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > On 7月10日, 下午3時58分, "Florent Aide" <[EMAIL PROTECTED]> wrote: > > 1. if you are already a tg user, it's ok to use '-s' option for > sqlalchemy support. and it works as usual.
Yes that's what I understood > 2. if you are a new commer, use > > $ tg-admin quickstart > > will generate sqlalchemy(without elixir) model, and identity will > generate plain SA model. New commer have to use I though it would create an Elixir template by default if no special switch is used > > $ tg-admin quickstart -e [name] > > to start and play with elixir/idnetity model which we'll describe in > the doc. > > The 2nd. case sounds weird to me. That's why I propose to make elixir > template as default. I fully agree on this, this is exactly what I understood in your first email. So to sum it up: New comers will use $ tg-admin quickstart and get an Elixir model Old user that wants plain SA continues to use "-s" option in order to get a plain SA model with active_mapper. Best regards, Florent. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears Trunk" 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-trunk?hl=en -~----------~----~----~----~------~----~------~--~---
