Patrik: Try as - url: /(.*\.(gif|png|jpg)) static_files: css/images//\1 upload: css/images//(.*\.(gif|png|jpg))
On Sunday, April 22, 2012 3:50:39 PM UTC+3, Patrik wrote: > > 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 :( -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/CALFLxkQmDoJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
