Skip to content

ollyhensby/MusicWebSiteDjango

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Olly Hensby Music Webpage

Deployed Website

To see the website deployed, visit https://ollyhensby.com/. (Assuming I have remembered to pay the service to host it 🙂)

Installing Development Environment

Assuming that you have conda installed and are in the root directory.

conda env create -f environment-dev.yml

To Run Locally

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published