Skip to content

Commit ce9fde1

Browse files
committed
start migration to tipfy (broken)
1 parent 1a57d45 commit ce9fde1

File tree

678 files changed

+48702
-5595
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

678 files changed

+48702
-5595
lines changed

app.yaml

+8-5
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,19 @@ runtime: python
44
api_version: 1
55

66
handlers:
7+
- url: /(robots\.txt|favicon\.ico)
8+
static_files: static/\1
9+
upload: static/(.*)
10+
- url: /static
11+
static_dir: static
712
- url: /remote_api
813
script: $PYTHON_LIB/google/appengine/ext/remote_api/handler.py
914
login: admin
15+
- url: /_ah/queue/deferred
16+
script: main.py
17+
login: admin
1018
- url: /stats.*
1119
script: $PYTHON_LIB/google/appengine/ext/appstats/ui.py
12-
- url: /favicon.ico
13-
static_files: static/favicon.ico
14-
upload: static/favicon.ico
15-
- url: /static
16-
static_dir: static
1720
- url: /review.*
1821
script: main.py
1922
login: required

0 commit comments

Comments
 (0)