Jukebox rewrite with Django - currently newstaff project Fa24
Requirements:
- Python 3.10-3.12
- Poetry
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