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:
jchris (author)
Tue Apr 08 21:31:58 -0700 2008
commit  8f226fe6d42db9d7ebd247b7361dedb0ea762568
tree    c2a7791a032d80bd8b7711e8f19d3c1e5d2379c0
parent  b0311da1a2a8513cb679386568b0ebda27b4b29c
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