From 4399652268d60feec1546683c97815f465430330 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Thu, 28 Feb 2013 17:03:20 +0000 Subject: [PATCH] README: add note about setting DEBUG Signed-off-by: Paul Eggleton --- README | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README b/README index 51e63b5..cd54b60 100644 --- a/README +++ b/README @@ -43,13 +43,14 @@ Setup instructions: python manage.py syncdb -3. You can test the web application locally by running the following: +3. You can test the web application locally by setting DEBUG = True in + settings.py and running the following: python manage.py runserver Then visit http://127.0.0.1:8000/layerindex/ with your browser. This should only be used for testing - for production you need to use a - proper web server. + proper web server and have DEBUG set to False. 4. You may wish to customise layerindex/about.html to suit your installation.