{ "info": { "author": "Martin Brochhaus", "author_email": "mbrochh@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "Django Roadmap\n==============\n\nA reusable Django app to store and display a set of goals for the future.\n\n\nInstallation\n------------\n\nPrerequisites:\n\n* Django\n* django-cms (cms 3 tested)\n* django-hvad\n\nIf you want to install the latest stable release from PyPi::\n\n $ pip install django-roadmap\n\nIf you feel adventurous and want to install the latest commit from GitHub::\n\n $ pip install -e git://github.com/bitmazk/django-roadmap.git#egg=roadmap\n\nAdd ``roadmap`` to your ``INSTALLED_APPS``::\n\n INSTALLED_APPS = (\n ...,\n 'roadmap',\n )\n\nRun the South migrations::\n\n ./manage.py migrate roadmap\n\n\nUsage\n-----\n\nTODO: Describe usage\n\n\nRoadmap\n-------\n\nCheck the issue tracker on github for milestones and features to come.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/bitmazk/django-roadmap", "keywords": "django,event,milestone,roadmap", "license": "The MIT License", "maintainer": null, "maintainer_email": null, "name": "django-roadmap", "package_url": "https://pypi.org/project/django-roadmap/", "platform": "OS Independent", "project_url": "https://pypi.org/project/django-roadmap/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/bitmazk/django-roadmap" }, "release_url": "https://pypi.org/project/django-roadmap/0.2/", "requires_dist": null, "requires_python": null, "summary": "A simple app to display a project roadmap with milestones and events.", "version": "0.2" }, "last_serial": 1025747, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "3e7778e6b2497fe1367527592cade5f1", "sha256": "a87c8cc52d11397988cf6e568c9941a6cbce9655d212479c506a5a6414de384d" }, "downloads": -1, "filename": "django-roadmap-0.1.tar.gz", "has_sig": false, "md5_digest": "3e7778e6b2497fe1367527592cade5f1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8463, "upload_time": "2013-03-06T08:46:47", "url": "https://files.pythonhosted.org/packages/cd/9e/44f717d1f2b76826acc14d0c8a9cd22151faabe4efc5629cd0f4c68f23f7/django-roadmap-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "3fdc545b04df416957509c1a34dd0cb7", "sha256": "b9eec313f5bb9b63296be4a1821e7b85f3619d390e4038dea9b6cc0bdebfe5fb" }, "downloads": -1, "filename": "django-roadmap-0.2.tar.gz", "has_sig": false, "md5_digest": "3fdc545b04df416957509c1a34dd0cb7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10116, "upload_time": "2014-03-11T07:15:32", "url": "https://files.pythonhosted.org/packages/97/93/43bdd75632184a1627da1790ab3eacd1c67b9c7af06ea63076c904c6d8d9/django-roadmap-0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3fdc545b04df416957509c1a34dd0cb7", "sha256": "b9eec313f5bb9b63296be4a1821e7b85f3619d390e4038dea9b6cc0bdebfe5fb" }, "downloads": -1, "filename": "django-roadmap-0.2.tar.gz", "has_sig": false, "md5_digest": "3fdc545b04df416957509c1a34dd0cb7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10116, "upload_time": "2014-03-11T07:15:32", "url": "https://files.pythonhosted.org/packages/97/93/43bdd75632184a1627da1790ab3eacd1c67b9c7af06ea63076c904c6d8d9/django-roadmap-0.2.tar.gz" } ] }