mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
doc: python3 instead of python
Otherwise, python2 would be used in most systems.
This commit is contained in:
parent
9176792fa0
commit
064e09ee02
@ -33,7 +33,7 @@ Run ``make superuser`` to create a superuser account, required for initial syste
|
|||||||
Run Development Server
|
Run Development Server
|
||||||
----------------------
|
----------------------
|
||||||
|
|
||||||
Run ``python InvenTree/manage.py runserver`` 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 ``python3 InvenTree/manage.py runserver`` 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
|
Database Migrations
|
||||||
-------------------
|
-------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user