1
0
mirror of https://github.com/golang/go synced 2024-10-03 13:21:22 -06:00
go/misc/dashboard/godashboard/app.yaml
Andrew Gerrand e9f82e6b68 misc/dashboard: remove old python package dashboard
This leaves only the project page, which now resides at the web root.

R=golang-dev, bsiegert, rsc
CC=golang-dev
https://golang.org/cl/5833044
2012-03-16 08:20:02 +11:00

16 lines
257 B
YAML

application: godashboard
version: 9
runtime: python
api_version: 1
handlers:
- url: /favicon\.ico
static_files: static/favicon.ico
upload: static/favicon\.ico
- url: /static
static_dir: static
- url: /(|project(|/login|/edit))
script: project.py