{ "info": { "author": "Thomas Weholt", "author_email": "thomas@weholt.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Database" ], "description": "==================\nDjango Peer Review\n==================\n\nVersion : 0.1.0\nAuthor : Thomas Weholt \nLicense : Modified BSD\nWWW : https://bitbucket.org/weholt/django-peer-review\nStatus : Beta\n\nDjango Peer Review is a reusable app for management of peer based reviews of arbitrary django models. It consists of a backend\n using the normal django admin and a frontend based on bootstrap from the guys behind Twitter.\n\n**NB!** This is alpha/pre-beta software and the structure of the code WILL change until marked as stable.\n\nChangelog\n=========\n\n0.1.0 - Initial release\n\n\nRequirements\n============\n\n* django 1.4+\n\n\nInstallation\n============\n\n* pip install django-peer-review\n* or download the source distro and do python setup.py install\n* add 'peerreview' to INSTALLED_APPS in settings.py\n* add \"url(r'^peerreview/', include('peerreview.urls')),\" to urls.py for your project\n* for every model you want to use in reviews, create a template looking like::\n\n {% extends \"peerreview/frontend/item_list.html\" %}\n\n* following the pattern of \"templates/appname/modelname_peerreview.html\"", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://bitbucket.org/weholt/django-peer-review", "keywords": "peer review arbitrary django models", "license": "Modified BSD", "maintainer": null, "maintainer_email": null, "name": "Django-PeerReview", "package_url": "https://pypi.org/project/Django-PeerReview/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/Django-PeerReview/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://bitbucket.org/weholt/django-peer-review" }, "release_url": "https://pypi.org/project/Django-PeerReview/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "Simple reusable app for management of peer review of arbitrary django models.", "version": "0.1.0" }, "last_serial": 784136, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "bedd5145fc283e447a790dfca7e2729f", "sha256": "7621513b9a27554823033ec9e98b557d429561aaa71b037dce6399a434189182" }, "downloads": -1, "filename": "Django-PeerReview-0.1.0.zip", "has_sig": false, "md5_digest": "bedd5145fc283e447a790dfca7e2729f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 121632, "upload_time": "2012-08-21T14:58:09", "url": "https://files.pythonhosted.org/packages/71/e6/434f8802bfd6d5e3b45acfb56abd1f1a374c8ac4d674a87bec85eb0978ad/Django-PeerReview-0.1.0.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "bedd5145fc283e447a790dfca7e2729f", "sha256": "7621513b9a27554823033ec9e98b557d429561aaa71b037dce6399a434189182" }, "downloads": -1, "filename": "Django-PeerReview-0.1.0.zip", "has_sig": false, "md5_digest": "bedd5145fc283e447a790dfca7e2729f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 121632, "upload_time": "2012-08-21T14:58:09", "url": "https://files.pythonhosted.org/packages/71/e6/434f8802bfd6d5e3b45acfb56abd1f1a374c8ac4d674a87bec85eb0978ad/Django-PeerReview-0.1.0.zip" } ] }