Files
babystats/app.yaml

16 lines
250 B
YAML
Raw Normal View History

2015-12-26 18:10:23 -08:00
runtime: python27
version: 1
api_version: 1
application: babystats-root
threadsafe: true
handlers:
- url: /
static_files: static/babystats.html
upload: static/babystats.html
secure: always
- url: /static
static_dir: static
secure: always