Patrick
Patrick

Reputation: 39

Django Comments and Rating Systems

I am looking for a blogging and comments system that can smoothly integrate with my Django sites. I've found there is a lot on the Net and got lost a bit, and I don't have much experience on this. Hope you guys can give me some suggestions.

Here are the things that I would like to have:

If I missed some common functions, please let me know. The comments system I am looking for should do most jobs that those popular comments system should do on the web, e.g. WordPress.

Thank you so much everyone. Have a nice day.

Upvotes: 3

Views: 1587

Answers (2)

amann
amann

Reputation: 5912

i heard django-comment-utils is quite good. - may you test it :)

Upvotes: 0

Joshua Partogi
Joshua Partogi

Reputation: 16435

I myself really like django-threadedcomments. It supports threaded commenting like what you would see in Disqus.

Upvotes: 2

Related Questions