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
Release history Release notifications | RSS feed
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 details)
File details
Details for the file django-roadmap-0.2.tar.gz
.
File metadata
- Download URL: django-roadmap-0.2.tar.gz
- Upload date:
- Size: 10.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b9eec313f5bb9b63296be4a1821e7b85f3619d390e4038dea9b6cc0bdebfe5fb |
|
MD5 | 3fdc545b04df416957509c1a34dd0cb7 |
|
BLAKE2b-256 | 979343bdd75632184a1627da1790ab3eacd1c67b9c7af06ea63076c904c6d8d9 |