From 1eb6fdf03355a7b904fb6bad61d429169b5e0c95 Mon Sep 17 00:00:00 2001 From: Michael Elkins Date: Tue, 6 Jul 2010 20:02:41 +0000 Subject: add missing instruction for setting $PYTHONPATH when invoking the django test web server svn path=/portal-gui/README; revision=3347 --- portal-gui/README | 3 +++ 1 file changed, 3 insertions(+) diff --git a/portal-gui/README b/portal-gui/README index 2048601a..c05fadb1 100644 --- a/portal-gui/README +++ b/portal-gui/README @@ -148,8 +148,11 @@ start your web server. Alternatively, django comes with a test web server which is useful for small deployments, or for just testing the portal-gui. You can start the test server by running: + $ cd $top/portal-gui/rpkigui/ + $ export PYTHONPATH=$top/rpkid/ $ python manage.py runserver + where is the address where you want to run the server. If you don't specify the , the default is 127.0.0.1:8000. -- cgit v1.2.3