I have this code in the *app-specific* routes.py

routes_onerror = [
  ('*/*', '/myapp/static/error.html')
]

I reload routes, but it still prints 
invalid function (nothing/here)

I am using:
Version 2.0.9 (2012-09-17 21:37:10) stable

May I know what I am doing wrong?

Thank you.

-- 



Reply via email to