Storyboard is the Django app used for OpenStack task tracking.
- It has the following features:
- tbd
- You'll need the following Python modules installed:
- django (1.4+)
- python-django-auth-openid
Copy local_settings.py.sample to local_settings.py and change settings there.
Create empty database: ./manage.py syncdb