a system for music editorial offices built using django and bootstrap.
the aim of this project is to make votings and editorial sessions more effecient. this project is (/tries to be) a one-pager, which lets you add songs to a database, and vote for them. currently working on: automatically updating vote-count, after voting without reloading the complete site.
to setup, you just need a virtual environment with django installed
python3 -m venv venv
source venv/bin/activate
python manage.py runserver
the development server is now running at port 8000 of your localhost.