Hi All,

I got stuck at the __str__ method.

Where exactly do i type it? Is it directly after the index method?

Thanks

_Ajit Abraham

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)


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