Images - app.yaml

39 views
Skip to first unread message

Patrik

unread,
Apr 22, 2012, 8:50:39 AM4/22/12
to Google App Engine
Hello,
i have a problem with the app.yaml.
How i can integrate for my project? (python).

The images are in the directory /css/images/...

How should it look like in the app.yaml?


- url: /css/images/test.png
static_files: css/images/test.png
upload: css/images/test.png
Does not work :(

Computer_Engineer

unread,
Apr 27, 2012, 4:43:34 PM4/27/12
to google-a...@googlegroups.com
Patrik:
Try as 
- url: /(.*\.(gif|png|jpg))
  static_files: css/images//\1
  upload: css/images//(.*\.(gif|png|jpg))
Reply all
Reply to author
Forward
0 new messages