Junction is a software to manage proposals, reviews, schedule, feedback during conference.
Just execute these commands in your virtualenv(wrapper):
pip install -r requirements-dev.txt
cp settings/dev.py.sample settings/dev.py
python manage.py migrate --noinput
python manage.py sample_data
Initial auth data: admin/123123