2012-01-17 13:21:15 +01:00
|
|
|
application: dashboard
|
|
|
|
version: 1
|
|
|
|
runtime: python27
|
|
|
|
api_version: 1
|
2012-02-06 11:55:12 +01:00
|
|
|
threadsafe: false
|
2012-01-17 13:21:15 +01:00
|
|
|
|
|
|
|
handlers:
|
2012-02-06 11:55:12 +01:00
|
|
|
- url: /stylesheets
|
|
|
|
static_dir: stylesheets
|
|
|
|
# Note: tests should be disabled in production.
|
|
|
|
# - url: /test.*
|
|
|
|
# script: gaeunit.py
|
2012-01-17 13:21:15 +01:00
|
|
|
- url: /.*
|
|
|
|
script: dashboard.app
|