Initial commit.

This commit is contained in:
Ian Gulliver
2015-12-26 18:10:23 -08:00
parent fcd6943103
commit 1a0c3fcb87
4 changed files with 300 additions and 0 deletions

15
app.yaml Normal file
View File

@@ -0,0 +1,15 @@
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