[web2py] Re: appadmin troubles

2011-03-14 Thread Massimo Di Pierro
I will take Jonathan's patch. Sorry I was slow but I was travelling and not I am little behind.. :-( On Mar 14, 2:18 pm, mattynoce mattyn...@gmail.com wrote: jonathan, you do have a fair point -- i already have to edit that file each time i upgrade, as you say, to change the application and

[web2py] Re: appadmin troubles

2011-03-13 Thread pbreit
Sounds like the problem is with your route changes. I think the routes_onerror needs to be inside of the routers dict. Make sure to restart web2py after you edit routes.py. routers = dict( BASE = dict( routes_onerror = [ (r'*/400', r'/init/default/doesnotexist'),

Re: [web2py] Re: appadmin troubles

2011-03-13 Thread Jonathan Lundell
On Mar 13, 2011, at 5:19 PM, pbreit wrote: Sounds like the problem is with your route changes. I think the routes_onerror needs to be inside of the routers dict. Make sure to restart web2py after you edit routes.py. routers = dict( BASE = dict( routes_onerror = [