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.
Release files for django-roadmap 0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django-roadmap-0.2.tar.gz | 10.1 kB | Details |
Release files / django-roadmap-0.2.tar.gz
| Download URL | django-roadmap-0.2.tar.gz |
|---|---|
| Size | 10.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
b9eec313f5bb9b63296be4a1821e7b85f3619d390e4038dea9b6cc0bdebfe5fb
|
|
BLAKE2b-256 checksum How to use checksums |
979343bdd75632184a1627da1790ab3eacd1c67b9c7af06ea63076c904c6d8d9
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |