Skip to content

pythonhacker/junction

 
 

Repository files navigation

junction

Gitter

Build Status

Junction is a software to manage proposals, reviews, schedule, feedback during conference.

Setup

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

Configuring Django-allauth

  • Go to /admin/sites/site/
  • Change the default site's(the one with ID = 1) name and display to localhost:8000
  • Go to Social Applications in admin panel and add Github and Google's auth details

About

Junction is a software to manage proposals, reviews, schedule, feedback during conference.

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 52.9%
  • JavaScript 33.9%
  • CSS 13.1%
  • Shell 0.1%