public
Description: A fork of James Bennett's django-comment-utils that should work with Django 1.0
Homepage:
Clone URL: git://github.com/jezdez/django-comment-utils.git
django-comment-utils / README.txt
100644 15 lines (12 sloc) 0.663 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
=================================================
Comment-related utilities for Django applications
=================================================
 
This application provides several useful comment-related utilities for
Django_ applications, including a generic comment-moderation
system. For installation instructions, see the file ``INSTALL.txt`` in
this directory, and for documentation see the files in the ``docs/``
directory.
 
The latest versions of these documents can always be viewed on the
Google Code project web site for this application, which is located at
http://code.google.com/p/django-comment-utils/.
 
.. _Django: http://www.djangoproject.com/