repo.or.cz
/
gae-samples.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Comment out the 'loadtest' backend in the 'counter' backend sample so that it does...
[gae-samples.git]
/
cccwiki
/
app.yaml
blob
7bfc828102c158e2b6e429a9f43999800e02d56d
1
application: wiki
2
version: 1
3
runtime: python
4
api_version: 1
5
6
handlers:
7
- url: /favicon.ico
8
static_files: static/favicon.ico
9
upload: static/favicon.ico
10
11
- url: /static
12
static_dir: static
13
14
- url: .*
15
script: wiki.py