Django Comments and Rating Systems

穿精又带淫゛_ 提交于 2019-12-21 05:37:14

问题


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:

  • Tag Clouds
  • Articles Archive (by months/by years)
  • Articles Rating (e.g. with Stars or customize icons)
  • Comments to the particular Topic/Articles
  • Sub-Comments of a particular comments (i.e. following up comments)
  • Blogs/Articles Searching
  • Able to relate other articles that is relevant (i.e. follow up Articles)
  • Pagination of the comments if get too long
  • OpenIDs supports (e.g. facebook, hotmail, blogger, twitter...etc)
  • Support login before user can comments
  • Able to retrieve Blogs' Header and customized the display order
  • Able to subscribe this article to RSS
  • Able to Email this to friends (this may not belongs to the comments system)

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.


回答1:


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




回答2:


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



来源:https://stackoverflow.com/questions/2752967/django-comments-and-rating-systems

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!