I've deployed a new app on app engine. But it seems that the static files 
didn;t got uploaded.

http://stefan-szakal.appspot.com/

Can someone tell me why I can't access my static files? (on local computer 
using the app engine development environment it works fine)

yaml:

application: stefan-szakal
version: 2
runtime: python27
api_version: 1
threadsafe: true

handlers:
- url: /bootstrap
  static_dir: static\bootstrap

- url: /fonts
  static_dir: static\fonts

- url: /js
  static_dir: static\js

- url: /images
  static_dir: static\images

- url: /css
  static_dir: static\css

- url: /favicon\.ico
  static_files: static/favicon.ico
  upload: static/favicon\.ico

- url: /.*
  script: main.app

libraries:
- name: django
  version: "1.3"

-- 
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/groups/opt_out.


Reply via email to