Skip to main content

A simple app to display a project roadmap with milestones and events.

Project description

A reusable Django app to store and display a set of goals for the future.

Installation

Prerequisites:

  • Django

  • django-cms (cms 3 tested)

  • django-hvad

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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-roadmap-0.2.tar.gz (10.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page