| OLD | NEW |
|---|---|
| 1 application: wto-informals | 1 application: wto-informals |
| 2 version: 1 | 2 version: 1 |
| 3 runtime: python | 3 runtime: python |
| 4 api_version: 1 | 4 api_version: 1 |
| 5 | 5 |
| 6 handlers: | 6 handlers: |
| 7 - url: /loadgroups | 7 - url: /loadgroups |
| 8 script: grouploader.py | 8 script: grouploader.py |
| 9 | 9 |
| 10 #handlers: | 10 #handlers: |
| 11 #- url: /loadmembers | 11 #- url: /loadmembers |
| 12 # script: memberloader.py | 12 # script: memberloader.py |
| 13 # login: admin | 13 # login: admin |
| 14 | 14 |
| 15 - url: /static | 15 - url: /static |
| 16 static_dir: static | 16 static_dir: static |
| 17 | 17 |
| 18 - url: /.* | 18 - url: /.* |
| 19 script: wto.py | 19 script: wto-informals.py |
| OLD | NEW |