From f3579cce639dfc51586430da425911e97320d243 Mon Sep 17 00:00:00 2001 From: Hedde van der Heide Date: Fri, 22 Apr 2022 13:57:49 +0200 Subject: [PATCH] updated README --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 5252817..f8139ff 100644 --- a/README.rst +++ b/README.rst @@ -210,7 +210,7 @@ Now you can run commands from the netbox repository like this; :: $ cd netbox/netbox - $ export PYTHONPATH=../../netbox-slm/ + $ export PYTHONPATH=../../netbox_slm/netbox_slm/ $ python3 manage.py migrate netbox_slm $ python3 manage.py runserver 8001