jnunemaker / chinwag

chat app that steve and i are playing with, uses google app engine, html5, css3 and jquery

This URL has Read+Write access

chinwag / app.yaml
100644 11 lines (9 sloc) 0.149 kb
1
2
3
4
5
6
7
8
9
10
11
application: sidebarcreative
version: 1
runtime: python
api_version: 1
 
handlers:
- url: /assets
  static_dir: assets
  
- url: /.*
  script: main.py