brhoades / sweaters-but-with-peer-reviews

This was our senior design project for SP2016. It's an alternative to rate my professor which requires metamoderation (peer reviews) for all professor reviews.
http://profreview.xyz
1 stars 1 forks source link

Sweaters But With Peer Reviews

Setup

Here's what you have to do to get this running:

Install Django 1.7.9:

pip3 install -r requirements.txt

Copy example secrets file over.

cp peerreviewed/sensitive.example.py peerreviewed/sensitive.py

Then edit SECRET_KEY in sensitive.py to be a random string.

Contributing

Make your changes, run flake8, fix your code, test it, fix it again, and commit.