fczuardi / quoteurl

A Google AppEngine based application to share Twitter dialogues and quote interesting sets of tweets.

This URL has Read+Write access

quoteurl / app.yaml
100644 18 lines (14 sloc) 0.271 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
application: quoteurl
version: 1
runtime: python
api_version: 1
 
handlers:
- url: /js
  static_dir: js
 
- url: /skin
  static_dir: skin
 
- url: /(favicon\.ico|robots\.txt)
  static_files: static/\1
  upload: static/(favicon\.ico|robots\.txt)
 
- url: /.*
  script: main.py