On Wed, Nov 6, 2013 at 2:01 PM, Hassan Hamed <[email protected]> wrote:
> PLEASE ANY GOOD GOOGLE APP ENGINE GURU HERE ? TO HELP ME SOLVE MY PROBLEM > ?? MY WEBSITE ON LOCALHOST:8080 NOT SHOWING IMAGES AND NOT USING THE CSS :( > > DO I NEED TO SPECIY ALL THOSE STUFFS IN YAML ????? > > Yes. Static assets (such as images, CSS, JS, etc files) need to have their paths set in app.yaml. There are examples in the documentation: https://developers.google.com/appengine/docs/python/config/appconfig#Python_app_yaml_Static_file_pattern_handlers ----------------- -Vinny P Technology & Media Advisor Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/groups/opt_out.
