You need to define routes for static files in your *app.yaml.*

So if your css files are located in */static/css *then you'd add something 
like this:

- url: /static/css
  static_dir: /static/css

right under "*handlers:*" section of your *app.yaml*

See more info 
here: 
https://cloud.google.com/appengine/docs/python/gettingstartedpython27/staticfiles

 - Mihail

On Friday, October 3, 2014 6:23:00 AM UTC-5, Dragan Mestrovik wrote:
>
> I ll just tried to call external css and javascript friles. But they are 
> not loading... i am attaching my work.. please help me in solving my issue
>

-- 
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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.

Reply via email to