From 407a0fdf47672427a7f86dfbef0335ff0c35ec79 Mon Sep 17 00:00:00 2001 From: "Felix E. Klee" Date: Sun, 13 Oct 2013 10:35:57 +0200 Subject: [PATCH] Migrate to Python 2.7, HRD --- app.yaml | 14 ++++++++++---- game.html | 4 ++-- index.html | 4 ++-- 3 files changed, 14 insertions(+), 8 deletions(-) diff --git a/app.yaml b/app.yaml index 06ccff8..b7af5fa 100644 --- a/app.yaml +++ b/app.yaml @@ -1,4 +1,4 @@ -# Copyright 2009, 2011 Felix E. Klee +# Copyright 2009 - 2013 Felix E. Klee # # Licensed under the Apache License, Version 2.0 (the "License"); you may not # use this file except in compliance with the License. You may obtain a copy of @@ -12,10 +12,16 @@ # License for the specific language governing permissions and limitations under # the License. -application: rotogame -version: 6 -runtime: python +application: rotogame-hrd +version: 1 +runtime: python27 api_version: 1 +threadsafe: false # because: "threadsafe cannot be enabled with CGI handler: + # main.py" + +libraries: +- name: django + version: "1.2" handlers: - url: /javascript diff --git a/game.html b/game.html index e7d5a0c..ca319aa 100644 --- a/game.html +++ b/game.html @@ -1,3 +1,5 @@ +{%extends "base.html"%} + {%comment%} Copyright 2009, 2011 Felix E. Klee @@ -14,8 +16,6 @@ the License. {%endcomment%} -{%extends "base.html"%} - {%block head%} Roto Game {{board_id}} diff --git a/index.html b/index.html index dfc6a5d..a103819 100644 --- a/index.html +++ b/index.html @@ -1,3 +1,5 @@ +{%extends "base.html"%} + {%comment%} Copyright 2009, 2011 Felix E. Klee @@ -14,8 +16,6 @@ the License. {%endcomment%} -{%extends "base.html"%} - {%block head%} Roto Game