Hi,
Using the built in web app framework I am declaring an error 404 like this:
class Controller(webapp.RequestHandler):
def get(self):
self.error(404)
A 404 appears in the console but I do not see a 404 page.
How/where do I define my 404 page and get it to be displayed when I
declare error(404)?
Thanks
Dave
--
Dave Warnock: http://42.blogs.warnock.me.uk
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google App Engine" 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/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---