1 application: google.com:sourceandroid-staging 2 version: 1 3 runtime: python27 4 api_version: 1 5 threadsafe: true 6 7 handlers: 8 # re-direct to index.html if no path is given 9 - url: / 10 static_files: index.html 11 upload: index.html 12 13 # access the static resources in the root directory 14 - url: /(.*) 15 static_files: \1 16 upload: (.*) 17