OpenStack Design Summit session management system
56fdefeccd
Initial import after cleanup. Previous history lives in https://code.launchpad.net/~ttx/+junk/odsreg |
||
---|---|---|
cfp | ||
scheduling | ||
__init__.py | ||
LICENSE | ||
local_settings.py.sample | ||
manage.py | ||
README.rst | ||
settings.py | ||
slots.json.sample | ||
urls.py |
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 slots.json.sample to slots.json and edit the file to match the topics, rooms and time slots for each topic. Then run:
./manage.py loadtopics slots.json
Then run a dev server using: ./manage.py runserver