Metadata-Version: 1.0
Name: django-roadmap
Version: 0.1
Summary: A simple app to display a project roadmap with milestones and events.

Home-page: https://github.com/bitmazk/django-roadmap
Author: Martin Brochhaus
Author-email: mbrochh@gmail.com
License: The MIT License
Description: Django Roadmap 
        ==============
        
        TODO: Describe app
        
        
        Installation
        ------------
        
        Prerequisites:
        
        * Django
        * django-cms
        * simple-translation
        * TODO: Is that all?
        
        If you want to install the latest stable release from PyPi::
        
            $ pip install django-roadmap
        
        If you feel adventurous and want to install the latest commit from GitHub::
        
            $ pip install -e git://github.com/bitmazk/django-roadmap.git#egg=roadmap
        
        Add ``roadmap`` to your ``INSTALLED_APPS``::
        
            INSTALLED_APPS = (
                ...,
                'roadmap',
            )
        
        Run the South migrations::
        
            ./manage.py migrate roadmap
        
        
        Usage
        -----
        
        TODO: Describe usage
        
        
        Roadmap
        -------
        
        Check the issue tracker on github for milestones and features to come.
        
Keywords: django,event,milestone,roadmap
Platform: OS Independent
