On Aug 7, 2010, at 6:32 PM, Richie Ward wrote: > I saw that, he uses app = make_who_with_config(app... > I would like to do it with the default setup, which doesn't come with who.ini > Is there other ways to get an app object?
Then don't use a who.ini. It seems to me (I haven't tried it) that the config is set up already, so you can get your config-values from whatever ini you use (development, production), and pass them to make_who_app. Diez -- 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.

