OpenStack Task Tracking API
Go to file
Thierry Carrez 75edee38c3 Initial import 2013-07-01 18:09:56 +02:00
about Initial import 2013-07-01 18:09:56 +02:00
projects Initial import 2013-07-01 18:09:56 +02:00
stories Initial import 2013-07-01 18:09:56 +02:00
storyboard Initial import 2013-07-01 18:09:56 +02:00
.gitignore Initial import 2013-07-01 18:09:56 +02:00
LICENSE Initial import 2013-07-01 18:09:56 +02:00
README.rst Initial import 2013-07-01 18:09:56 +02:00
manage.py Initial import 2013-07-01 18:09:56 +02:00

README.rst

Storyboard - A task tracker for OpenStack

Storyboard is the Django app used for OpenStack task tracking.

It has the following features:
  • tbd

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