To see the website deployed, visit https://ollyhensby.com/. (Assuming I have remembered to pay the service to host it 🙂)
Assuming that you have conda installed and are in the root directory.
conda env create -f environment-dev.yml
Firstly, activate the dev environment:
conda activate music-website-django-dev
Change to the mysite
directory and run:
python manage.py runserver
Then open a web browser application of your choosing and go to:
http://127.0.0.1:8000/
Once loaded, the website will load.