Django project that will manage the kLab music selection, via both web and SMS.
These instructions are for Unix/OS X, you will have to modify these a bit to get going on Windows. Consult your favorite Windows Python guru for details.
% git clone git://github.com/nyaruka/jukebox.git
% cd jukebox
% virtualenv env
% source env/bin/activate
% pip install -r pip-requires.txt
% python manage.py makemigrations thumbnail
% python manage.py migrate
% python manage.py runserver
You should now be able to load and interact with the jukebox webapp at: http://localhost:8000/