Setup instructions:
- Create a new virtual python environment (https://www.freecodecamp.org/news/how-to-setup-virtual-environments-in-python/) or new conda environment (conda create --name {environment_name} python==3.9) using cmd.
- Activate your environment, cd to the project directories, then run pip install to install all packages.
- Continue to start the development server with python manage.py runserver and you are good to go.