Hi Domingo,

On Tue, Aug 19, 2008 at 8:36 PM, Domingo Aguilera
<[EMAIL PROTECTED]> wrote:
>
> development.ini for a project  with identity support.  There' s a
> problem in websetup.py in line 20.
>
> model.metadata.create_all(bind=config['pylons.app_globals'].sa_engine)
>
> It seems as if config is only available a level below.  I changed the
> line to ...
>
> model.metadata.create_all(bind=config.config['pylons.app_globals'].sa_engine)
>
> and the model was created but the setup-app process gave another error
> similar to the previous one.
>

Some changes were made to the trunk and it doesn't look like all the
quickstart templates were changed properly.  They will be updated
soon.

-- 
Lee McFadden

blog: http://www.splee.co.uk
rejaw: http://rejaw.com/splee
twitter: http://twitter.com/splee

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

Reply via email to