Hello, I have 2 url's:
* http://shinobiwars.appspot.com/ranking - each <img alt="" src="avatars/default.png" /> is displayed corectly * http://shinobiwars.appspot.com/user/profile - <img alt="" src="avatars/default.png" /> is not visible :[ why? my app.yaml ************************** application: shinobiwars version: 1 api_version: 1 runtime: python handlers: - url: /avatars static_dir: avatars - url: /favicon.ico static_files: template/favicon.ico upload: template/favicon.ico - url: .* script: main.py *************************** --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
