|
|
Utilities which make Django's comment system a bit easier to use, including template tags for common operations, a custom manager with useful querying functionality for models which use comments, and a generic comment-moderation system.
There are two ways to download: one is to follow the download link on the right-hand side of this page, and do the following:
tar zxvf comment_utils-0.3p1.tar.gz cd comment_utils-0.3p1 python setup.py install
The other is to do a Subversion checkout somewhere on your Python path:
svn checkout http://django-comment-utils.googlecode.com/svn/trunk/comment_utils/
Full documentation is available online, or in the docs/ directory of the package.
This application is still under development, and not yet tested in all situations; bug reports (click the "Issues" tab above) are appreciated.
