From 42fd47a570d10d2069adfbcae7d09dad92e8313f Mon Sep 17 00:00:00 2001 From: Toshan Luktuke <31101072+toshan-luktuke@users.noreply.github.com> Date: Thu, 28 Jul 2022 23:10:41 +0530 Subject: [PATCH] Change port number in instructions from 80 to 8000 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f08247cf..4a1690ce 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ For eg. `python -m venv .venv` `pip install -r requirements.txt` 5. Add `.env` file to the `backend` folder. And add the variables as defined in [.env.template](./.env.template) 6. Create the static files to serve during execution by `python manage.py collectstatic` -7. Start the server by running `python manage.py runserver 80` +7. Start the server by running `python manage.py runserver 8000` ## Contributing