mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
cd to the correct directory to run the dev server
This commit is contained in:
parent
2e3ee23d8d
commit
205567cfb4
@ -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 <https://docs.djangoproject.com/en/2.2/ref/django-admin/>`_.
|
||||
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 <https://docs.djangoproject.com/en/2.2/ref/django-admin/>`_.
|
||||
|
||||
Database Migrations
|
||||
-------------------
|
||||
|
Loading…
Reference in New Issue
Block a user