Skip to content

Commit 42fd47a

Browse files
Change port number in instructions from 80 to 8000
1 parent 695d839 commit 42fd47a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ For eg. `python -m venv .venv`
4141
`pip install -r requirements.txt`
4242
5. Add `.env` file to the `backend` folder. And add the variables as defined in [.env.template](./.env.template)
4343
6. Create the static files to serve during execution by `python manage.py collectstatic`
44-
7. Start the server by running `python manage.py runserver 80`
44+
7. Start the server by running `python manage.py runserver 8000`
4545

4646
<!-- CONTRIBUTING -->
4747
## Contributing

0 commit comments

Comments
 (0)