Lukasz Szybalski schrieb:
> On Tue, Jul 8, 2008 at 10:08 AM, Ajit Abraham <[EMAIL PROTECTED]> wrote:
>> class Root(controllers.RootController):
>>    @expose(template="fooball.templates.welcome")
>>    def index(self):
>>        return dict(teams=Team.select(), players=Player.select())
>>    def __str__(self):
>>        return "%s %s" % (self.city, self.nickname)
>>
>>
> 
> btw. What tutorial are you using?

You can see from his example code that he is referring to

http://docs.turbogears.org/1.0/IntroductionToWidgets

> http://lucasmanual.com/mywiki/TurboGears#head-9dd3bbe68d0de2cd3c720452df652956a9015b58

What does this have to do with his question?
I find your habit to post links to your manual at every opportunity 
regardless of whether they fit or not a bit irritating and this might 
confuse the OP more than it helps.

Chris

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

Reply via email to