From 205567cfb4e62ce8483f4ad132c777acba4146da Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Fri, 13 Sep 2019 15:47:34 +1000 Subject: [PATCH] cd to the correct directory to run the dev server --- docs/start.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/start.rst b/docs/start.rst index 30ac87ad17..a5621d9f97 100644 --- a/docs/start.rst +++ b/docs/start.rst @@ -70,7 +70,7 @@ Create an initial superuser (administrator) account for the InvenTree instance: Run Development Server ---------------------- -Run ``python3 InvenTree/manage.py runserver 127.0.0.1:8000`` to launch a development server. This will launch the InvenTree web interface at ``127.0.0.1:8000``. For other options refer to the `django docs `_. +Run ``cd InvenTree && python3 manage.py runserver 127.0.0.1:8000`` to launch a development server. This will launch the InvenTree web interface at ``127.0.0.1:8000``. For other options refer to the `django docs `_. Database Migrations -------------------