README: add note about setting DEBUG

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
This commit is contained in:
Paul Eggleton 2013-02-28 17:03:20 +00:00
parent b3e5c460f8
commit 4399652268

5
README
View File

@ -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.