Groups
Groups
Sign in
Groups
Groups
Google App Engine
Conversations
Labels
About
Send feedback
Help
Images - app.yaml
39 views
Skip to first unread message
Patrik
unread,
Apr 22, 2012, 8:50:39 AM
4/22/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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 PM
4/27/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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