From ce283dea5229fb7839990671de382ff9332d9a92 Mon Sep 17 00:00:00 2001 From: Hedde van der Heide Date: Fri, 22 Apr 2022 14:04:29 +0200 Subject: [PATCH] updated README --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index f8139ff..e2dd5d7 100644 --- a/README.rst +++ b/README.rst @@ -210,9 +210,9 @@ Now you can run commands from the netbox repository like this; :: $ cd netbox/netbox - $ export PYTHONPATH=../../netbox_slm/netbox_slm/ + $ export PYTHONPATH=../../netbox_slm/netbox_slm/ # or with the pipenv activated run `python3 setup.py develop` from the netbox_slm directory $ python3 manage.py migrate netbox_slm $ python3 manage.py runserver 8001 -Visit http://127.0.0.1:8001 in the browesr to see the auto reloading +Visit http://127.0.0.1:8001 in the browser to see the auto reloading version of the netbox UI. Port 8000 is taken by the docker ran variant.