root/gapp/pangramming/app.yaml
| Revision 7cdcb8409bf6c806d19d3c1816a27e8eb22cff9a, 150 bytes (checked in by Antonio Cavedoni <antonio@…>, 8 months ago) | |
|---|---|
|
|
| Line | |
|---|---|
| 1 | application: pangramming |
| 2 | version: 1 |
| 3 | runtime: python |
| 4 | api_version: 1 |
| 5 | |
| 6 | handlers: |
| 7 | - url: /media |
| 8 | static_dir: media |
| 9 | |
| 10 | - url: /.* |
| 11 | script: pangramming.py |
Note: See TracBrowser
for help on using the browser.