import web
urls = (...)
app = web.application(urls, globals())
def notfound():
return web.notfound("Sorry, the page you were looking for was not found.")
app.notfound = notfound
this is just like before what is the differenceOn Tue, Nov 18, 2008 at 12:07
AM, Anand <[EMAIL PROTECTED]> wrote:
>
>
>
> > can you update the cookbook to show how to do custom notfound ?
> http://webpy.org/cookbook/custom_notfound
>
> Done!
>
>
> >
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"web.py" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/webpy?hl=en
-~----------~----~----~----~------~----~------~--~---