How do I implement using python if I want to manage the 403 and 404 error, for example, to know which URL is most the 403 or 404 error?
A:
There is no need to do this manually on App Engine. Just take a look at the "Errors" section in the dashboard for your app.
For more information on this, see http://code.google.com/intl/de-DE/appengine/kb/general.html#erroruris
Marcel Buchholz
2010-05-11 08:43:35