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”
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file Django-PeerReview-0.1.0.zip.
File metadata
- Download URL: Django-PeerReview-0.1.0.zip
- Upload date:
- Size: 121.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7621513b9a27554823033ec9e98b557d429561aaa71b037dce6399a434189182
|
|
| MD5 |
bedd5145fc283e447a790dfca7e2729f
|
|
| BLAKE2b-256 |
71e6434f8802bfd6d5e3b45acfb56abd1f1a374c8ac4d674a87bec85eb0978ad
|