odsreg/README.rst
Anita Kuno e03524ba65 Adds new commands for getting requirements
This repo is a bit old. The requirements as listed are not as
available as they once were.

This patch adds some ammendments to fullfilling the requirements
that is a little more current.

Change-Id: I51a0ef6f64778cdd3705b558c774ab0d36763e8f
2015-09-15 15:24:37 -06:00

1.3 KiB

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

OR

If you are using pip with or without a venv, you can use the following commands instead: - pip install django==1.4 - pip install python-openid - pip install django-openid-auth

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