Friends:
In cherrypy, the following is how one sets the directory structure:cherrypy.root = Root() cherrypy.root.entries = Entry() I used a text editor for this with cherrypy. In Turbogears, what is the recomended way of creating these entries in the cherrypy code created, or should I use another approach for indicating the directory structure of pages? Thanks, Will

