OpenStack Design Summit session management system
Go to file
Thierry Carrez cecd79f1c5 Allow multiple allocations for a topic
Support creation of disjoint slots for a given topic, to support the new
"scattered" topic layout we plan to use for HK.

Change-Id: I9bd382c05234a58a162dbcbb7efced396d0ff7e9
2013-08-05 14:41:25 +02:00
cfp Fix module paths in recent additions 2013-08-01 17:29:05 +02:00
scheduling Allow multiple allocations for a topic 2013-08-05 14:41:25 +02:00
__init__.py Initial import 2012-12-20 16:11:01 +01:00
.gitignore Adding .gitignore 2012-12-20 16:30:43 +01:00
.gitreview Add .gitreview file. 2013-06-18 15:19:17 +00:00
event.json.sample Move event to database, support closed events 2013-06-22 08:15:23 +00:00
LICENSE Initial import 2012-12-20 16:11:01 +01:00
local_settings.py.sample Move event to database, support closed events 2013-06-22 08:15:23 +00:00
manage.py Initial import 2012-12-20 16:11:01 +01:00
README.rst Move event to database, support closed events 2013-06-22 08:15:23 +00:00
settings.py Move event to database, support closed events 2013-06-22 08:15:23 +00:00
slots.json.sample Allow multiple allocations for a topic 2013-08-05 14:41:25 +02:00
urls.py Initial import 2012-12-20 16:11:01 +01:00

odsreg - The OpenStack Design Summit session management system

odsreg is the Django app used for the OpenStack Design Summit session proposal and scheduling.

It has the following features:

  • Session proposal
  • Session review
  • Ability to merge sessions and add a cover description
  • Drag-and-drop scheduling
  • Synchronization to sched.org event schedule
  • Launchpad SSO integration

Prerequisites

You'll need the following Python modules installed:
  • django (1.4+)
  • python-django-auth-openid

Configuration and Usage

Copy local_settings.py.sample to local_settings.py and change settings there.

Create empty database: ./manage.py syncdb

Copy event.json.sample to event.json and edit the file to match the event and topics you want to have. Then run:

./manage.py loadevent event.json

Then run a dev server using: ./manage.py runserver

When you have room layout, copy slots.json.sample to slots.json and edit the file to match the rooms and time slots for each topic. Then run:

./manage.py loadslots slots.json