If you look at the tutorial for TurboGears:
   http://www.turbogears.org/2.1/docs/main/explorequickstart.html

you will find one of the first suggestsions is to modify the default
controllers.py file.

However, there is none. My guess is that from TG1 to TG2 the file was
renamed to controllers/root.py, and the tutorial just needs a small
update to reflect this change?

Also - even WITH that change (and because of this I'm not so sure my
comments above are right) - you first essentially REPLACE the contents
of controllers.py with a very simple example.

And THEN are asked to look at root.py - which I THOUGHT we just blew
away and replaced in the previous step?

I know you can do 'subcontrollers' - and maybe somehow the above
example is supposed to be a subcontroller (but then shouldn't it have
a different class name - and shouldn't it be referenced in root.py?).

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