On 6/15/06, Kevin Dangoor <[EMAIL PROTECTED]> wrote:

Currently, quickstart asks if you want identity, and then has you
choose between sqlobject and sqlalchemy. We've also determined that
there's a need to specify which ORM you're using generally.

I have been thinking about this for a while and I think the approach we took of having a cheetah template that generates some of the code with if/else for identity is giving us troubles, ( for example the no identity got broken a while ago because someone put something like if not sqlobject)

Why not redo it all based on templates, we'll have a set of templates for SA and another set for SO, it will be more code but it will be easier to maintain, in fact the code could diverge and each module develop it's own set of config files,etc.


Given that the TG 1.0 standard is SQLObject, my inclination is to
remove the question about which identity provider to use. Then, we add
a "--sqlalchemy" parameter that says to use sqlalchemy for both
identity (if you want identity) and for your model/configuration
setup. I think that asking fewer questions at quickstart is a good
thing.

Kevin

--
Kevin Dangoor
TurboGears / Zesty News

email: [EMAIL PROTECTED]
company: http://www.BlazingThings.com
blog: http://www.BlueSkyOnMars.com





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