/app.yaml

http://google-app-engine-django.googlecode.com/ · YAML · 11 lines · 9 code · 2 blank · 0 comment · 0 complexity · ae87c68307b966fc11414039494661f3 MD5 · raw file

  1. application: google-app-engine-django
  2. version: 1
  3. runtime: python
  4. api_version: 1
  5. handlers:
  6. - url: /static
  7. static_dir: static
  8. - url: /.*
  9. script: main.py