Hi, I'm trying to go through some basic CRUD tutorials to make sure I understand the concepts.
So in the 2.1 CRUD tutorial here: http://turbogears.org/2.1/docs/main/Extensions/Crud/index.html I made the modifications to my model and to the root controller code (created movie model, modded root). I made these mods to the default quickstart app that 2.1 installs when requested. After making these changes you are supposed to be able to go to http://localhost:8080/movies/ and have the CRUD UI display. What I received was the basic 404 message you receive when asking for a non- existent URL / route. I verified this by removing the route for '/' and I received the exact same error message. I suspected that, for some reason, the tutorial didn't include an "@expose" route/decorator for "/movies/". Is this the case? If so, what should it be. I thought that perhaps the CRUD controller took care of all of that itself. Thx erisian -- 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.

