Skip to content

ocf/jukebox-django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

New Jukebox

Jukebox rewrite with Django - currently newstaff project Fa24

Getting started

Requirements:

Clone this repo and enter it:

git clone https://github.com/ocf/jukebox-django
cd jukebox-django

Install dependencies:

poetry install

Activate the Poetry environment:

poetry shell

Enter the jukebox directory, and run the project:

cd jukebox/
python manage.py runserver