File: app.yaml

package info (click to toggle)
python-googleapi 2.186.0-1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 553,432 kB
  • sloc: python: 11,087; javascript: 249; sh: 114; makefile: 59
file content (13 lines) | stat: -rw-r--r-- 203 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
application: bucket-list-python 
version: 1
runtime: python27
threadsafe: no
api_version: 1

handlers:
- url: /listing.xsl
  static_files: listing.xsl
  upload: listing.xsl 

- url: .*
  script: main.py