On Tue, Jul 8, 2008 at 10:29 AM, Christopher Arndt <[EMAIL PROTECTED]> wrote:
>
> 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

I google searched for "Introduction to Widgets turbogears" and the
link you have mentioned above did not show up. That is why I asked.

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

I just gave him an alternative tutorial on widgets. That helps
sometimes when your new to tg. I think all the links I post fit in
parts, at least thats how it is when I learn new parts of tg. There is
no single doc that will tell you everything you need to know so every
link to useful information counts.

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

Reply via email to