Skip to main content

Simple reusable app for management of peer review of arbitrary django models.

Project description

Version : 0.1.0 Author : Thomas Weholt <thomas@weholt.org> License : Modified BSD WWW : https://bitbucket.org/weholt/django-peer-review Status : Beta

Django Peer Review is a reusable app for management of peer based reviews of arbitrary django models. It consists of a backend

using the normal django admin and a frontend based on bootstrap from the guys behind Twitter.

NB! This is alpha/pre-beta software and the structure of the code WILL change until marked as stable.

Changelog

0.1.0 - Initial release

Requirements

  • django 1.4+

Installation

  • pip install django-peer-review

  • or download the source distro and do python setup.py install

  • add ‘peerreview’ to INSTALLED_APPS in settings.py

  • add “url(r’^peerreview/’, include(‘peerreview.urls’)),” to urls.py for your project

  • for every model you want to use in reviews, create a template looking like:

    {% extends "peerreview/frontend/item_list.html" %}
  • following the pattern of “templates/appname/modelname_peerreview.html”

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-PeerReview-0.1.0.zip (121.6 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