From 13756751c32e3a798435bc6a9b0247f11e833251 Mon Sep 17 00:00:00 2001 From: Oliver Date: Sun, 28 Apr 2019 21:28:08 +1000 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 5365a85c07..0801c08e97 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,10 @@ Run `make migrate` to perform all pending database migrations to ensure the data Run `make superuser` to create an admin account for the database +### Launch Development Server + +Run `python InvenTree/manage.py runserver` to launch a (development / debug) server. InvenTree can be then accessed via a web browser at `http://127.0.0.1:8000` + ### Test Run `make test` to run all code tests