We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 695d839 commit 42fd47aCopy full SHA for 42fd47a
README.md
@@ -41,7 +41,7 @@ For eg. `python -m venv .venv`
41
`pip install -r requirements.txt`
42
5. Add `.env` file to the `backend` folder. And add the variables as defined in [.env.template](./.env.template)
43
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`
+7. Start the server by running `python manage.py runserver 8000`
45
46
<!-- CONTRIBUTING -->
47
## Contributing
0 commit comments