On Apr 14, 2012, at 4:33 PM, howesc wrote:
> CAVEAT: i'm using routes.py NOT router.py.....not sure if that changes the 
> syntax....
> 
> the following is what i have to direct all errors to a user friendly page:
> 
> routes_onerror = [
>      ('<appname>/*', '/<appname>/home/missing.html'),
> ]
> 
> and in controller home.py i have a function missing(). :)

Both routers share the same onerror handling (and both use routes.py).

Reply via email to