mirror of
git://git.yoctoproject.org/layerindex-web.git
synced 2025-07-19 20:59:01 +02:00
README: add note about setting DEBUG
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
This commit is contained in:
parent
b3e5c460f8
commit
4399652268
5
README
5
README
|
@ -43,13 +43,14 @@ Setup instructions:
|
||||||
|
|
||||||
python manage.py syncdb
|
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
|
python manage.py runserver
|
||||||
|
|
||||||
Then visit http://127.0.0.1:8000/layerindex/ with your browser. This
|
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
|
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
|
4. You may wish to customise layerindex/about.html to suit your
|
||||||
installation.
|
installation.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user