Shane Wang fbdbafd426 Fix misspellings in odsreg
Fix misspellings detected by:
* pip install misspellings
* git ls-files | grep -v locale | misspellings -f -

Change-Id: Ib7b7b9f53ead54444b108b2c99d22032cde9d003
Closes-Bug: #1257295
2014-02-08 10:44:31 +08:00
2014-02-08 10:44:31 +08:00
2012-12-20 16:11:01 +01:00
2012-12-20 16:30:43 +01:00
2013-06-18 15:19:17 +00:00
2012-12-20 16:11:01 +01:00
2012-12-20 16:11:01 +01:00
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

Description
OpenStack Design Summit session management system
Readme 228 KiB
Languages
Python 52.5%
HTML 25.9%
CSS 21.6%