I’ve become extremely frustrated trying to use django-reviews. I’ve looked through the documentation, which is very sparse, and the source code, but I can’t for the life of me figure out how to use it. To boot, none of the templates are included.
Are there any other alternatives or perhaps some opensource projects that contain simple/flexible review capabilities?
If you need examples – django has great coverage of generic relations in docs. Also, bundled comments framework is “review app” of some sort. You can attach a comment to any object in the system, add field for a rating and you have review system 🙂