Advertisement
Guest User

app.yaml

a guest
Dec 2nd, 2012
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.12 KB | None | 0 0
  1. application: main
  2. version: 1
  3. runtime: python27
  4. api_version: 1
  5. threadsafe: true
  6. handlers:
  7. - url: /.*
  8.   script: main.app
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement