public
Description: A bare-bones Google AppEngine app for making snarky comments about photos you find online.
Homepage: http://fug-this.appspot.com/
Clone URL: git://github.com/jchris/fug-this-.git
Search Repo:
fug-this- / app.yaml
100644 12 lines (11 sloc) 0.198 kb
1
2
3
4
5
6
7
8
9
10
11
12
application: fug-this
version: 1
runtime: python
api_version: 1
 
handlers:
- url: /stylesheets
  static_dir: stylesheets
- url: /javascripts
  static_dir: javascripts
- url: /.*
  script: fugthis.py