Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(40)

Side by Side Diff: app.yaml

Issue 738: Started adapting old Browser code to work with GAE backend and XmlHttpRequests instead of JSONP SVN Base: http://wto-informals.googlecode.com/svn/trunk/wto-informals/
Patch Set: Created 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View unified diff | Download patch
OLDNEW
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
OLDNEW

Powered by Google App Engine
This is Rietveld r305