storyboard/README.rst
2013-07-01 18:09:56 +02:00

26 lines
488 B
ReStructuredText

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