Skip to content

Commit

Permalink
Change port number in instructions from 80 to 8000
Browse files Browse the repository at this point in the history
  • Loading branch information
toshan-luktuke authored Jul 28, 2022
1 parent 695d839 commit 42fd47a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 -->
## Contributing
Expand Down

0 comments on commit 42fd47a

Please sign in to comment.