su27 / gae-dj

An interface for cross-domain javascript to query/save data from/to google app engine

This URL has Read+Write access

gae-dj / app.yaml
100644 12 lines (9 sloc) 0.139 kb
1
2
3
4
5
6
7
8
9
10
11
12
application: hellodj
version: 1
runtime: python
api_version: 1
 
handlers:
- url: /static
  static_dir: static
 
- url: .*
  script: main.py