Comment out the 'loadtest' backend in the 'counter' backend sample so that it does...
[gae-samples.git] / paging / app.yaml
blob26f14bf431fc8eb9e2d0d92774cf67a54a285c78
1 application: paging-example
2 version: 1
3 runtime: python
4 api_version: 1
6 handlers:
8 - url: /
9   static_files: index.html
10   upload: index.html
12 - url: /key/.*
13   script: suggestkey.py
15 - url: /unique/.*
16   script: suggestunique.py
17   
18   
19