public
Description: An extremely simple Message Queue application built as a learning exercise and building block for Google App Engine.
Homepage:
Clone URL: git://github.com/mbuckbee/gae-naive-queue.git
gae-naive-queue / app.yaml
100644 12 lines (9 sloc) 0.154 kb
1
2
3
4
5
6
7
8
9
10
11
12
application: naivequeue
version: 1
runtime: python
api_version: 1
 
handlers:
 
- url: /stylesheets
  static_dir: stylesheets
 
- url: /.*
  script: naive.py