root/gapp/pangramming/app.yaml

Revision 7cdcb8409bf6c806d19d3c1816a27e8eb22cff9a, 150 bytes (checked in by Antonio Cavedoni <antonio@…>, 8 months ago)

Adding Google App Engine version (testing toy)

  • Property mode set to 100644
Line 
1application: pangramming
2version: 1
3runtime: python
4api_version: 1
5
6handlers:
7- url: /media
8  static_dir: media
9
10- url: /.*
11  script: pangramming.py
Note: See TracBrowser for help on using the browser.