From 07810d23547857e914c3bbb24cb9aa78b6f522ea Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Fri, 20 Sep 2013 06:47:59 +0100 Subject: [PATCH] README: update for recent changes * There is no longer a frontpage template * BitBake requires Python 2.7.3 so we might as well state it here also Signed-off-by: Paul Eggleton --- README | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README b/README index 19ed083..a866620 100644 --- a/README +++ b/README @@ -30,7 +30,7 @@ In order to make use of this application you will need: have to have Django installed, have the same or similar configuration in settings.py and have access to the database used by the web application): - * Python 2.6 or Python 2.7 + * Python 2.7.3 * GitPython (python-git) version 0.3.1 or later Setup instructions: @@ -70,7 +70,6 @@ Setup instructions: 5. You may wish to customise some of the page templates to suit your installation, in particular: * templates/base.html - * templates/layerindex/frontpage.html * templates/layerindex/about.html