File: app.yaml

package info (click to toggle)
python-gdata 2.0.17%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 26,080 kB
  • sloc: python: 73,579; ansic: 150; sh: 33; makefile: 11
file content (17 lines) | stat: -rw-r--r-- 205 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
application: oauth
version: 1
runtime: python
api_version: 1

handlers:
- url: /css
  static_dir: css
  
- url: /images
  static_dir: images

- url: /js
  static_dir: js

- url: /.*
  script: main_hmac.py