On Tue, Jul 8, 2008 at 10:08 AM, Ajit Abraham <[EMAIL PROTECTED]> wrote: > > 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) > >
btw. What tutorial are you using? http://lucasmanual.com/mywiki/TurboGears#head-9dd3bbe68d0de2cd3c720452df652956a9015b58 Lucas --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

