Taking the ugly out of Django comments

Posted by: barbara | Date: Nov 07, 2008 | Category: django
Django comments are pretty easy to implement - most of what you need to get access to the app and template tags is covered in the documentation:

http://docs.djangoproject.com/en/dev/ref/contrib/comments/

Regarding the template tags - you should be able to figure out what properties the ...

Read More