Re: [web2py] I don't get routes.py

2013-01-10 Thread Andrew W
Thankyou very much ! On Friday, January 11, 2013 8:18:11 AM UTC+13, Jonathan Lundell wrote: > > On 10 Jan 2013, at 11:04 AM, Andrew W > > wrote: > > Anyway, for my auth.wiki app, I don't want people to see this: > > http://www.myweb2pywebsite.com/init/default/index/my_wiki_page > > > > I want

Re: [web2py] I don't get routes.py

2013-01-10 Thread Jonathan Lundell
On 10 Jan 2013, at 11:04 AM, Andrew W wrote: > Anyway, for my auth.wiki app, I don't want people to see this: > http://www.myweb2pywebsite.com/init/default/index/my_wiki_page > > I want them to see: > http://www.myweb2pywebsite.com/my_wiki_page, or maybe with the index in > there too. > > How

[web2py] I don't get routes.py

2013-01-10 Thread Andrew W
Hi all, Did we prune some content out of the book on this ? I'm sure there was more before. This is a line out of the Services chapter, talking about exactly what I need to know: "yet this is a matter of test and we have already discussed it at length in chapter 4." But we haven't discusse