1application: google.com:sourceandroid-staging 2version: 1 3runtime: python27 4api_version: 1 5threadsafe: true 6 7handlers: 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