Hi ajkot, I struggled with this too and eventually I was able to get
it working by making the reference to favicon.ico explicit in the HTML
files for my pages, such as this one....
<html>
<head>
<link rel="icon" type="image/png" href="/images/favicon.png">
<link type="text/css" rel="stylesheet" href="/stylesheets/main.css" />
<title>Autelic Demo App - {{ page_header }}</title>
......
and having the .png file in my ./images/ directory off course.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---