app.yaml 169 B

12345678910111213
  1. runtime: python27
  2. api_version: 1
  3. threadsafe: true
  4. libraries:
  5. - name: ssl
  6. version: latest
  7. handlers:
  8. - url: /static
  9. static_dir: static
  10. - url: /.*
  11. script: main.app