Sorry. not yet.
On Aug 6, 9:52 am, Lasiaf <fai...@altlimit.com> wrote: > cool. > is there any date on when it will be added? > > Thanks > > On Aug 4, 3:41 pm, mdipierro <mdipie...@cs.depaul.edu> wrote: > > > this is on our todo list > > > On Aug 4, 4:19 pm, Lasiaf <fai...@altlimit.com> wrote: > > > > Hi, > > > > I'm new to web2py and python. > > > Here is what I wanna accomplish: > > > I want to haveroutes.py in each application, so I can make separate > > > applications with different set ofroutes, because I will be hosting > > > it in a shared hosting and they have limited inodes of 50,000. So I > > > just want to keep a copy of 1 web2py folder and have multiple > > > applications inside. > > > so if I haveroutes.py in applications that means I could just add > > > differentroutesthere. But I don't think thats a built in method. > > > > Another I could access request.env.http_host and set differentroutes > > > fromroutes.py, if this is an ok method, how do I access request > > > object? > > > Also another thing is maybe I could set something in my dispatch.fcgi > > > to use different file thanroutes.py, if so how do I do it? then i'll > > > just have to mess around with my .htaccess > > > > Thanks