I am tryin to develop on app engine and in the list of the errors displayed in the admin console I always see
/favicon.ico
i read the documentation , added a new folder called static and added this in my app.yaml
- url: /favicon.ico
static_files: static/favicon.ico
upload: static/favicon.ico
but even now i a getting the same error...