Can't use it in an app-specicfic routes. It works once I moved it to the main routes.py
On Sunday, September 23, 2012 9:35:11 AM UTC+8, lyn2py wrote:
>
> 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.
>
--

