Search code examples
djangodjango-commentsrating-system

Comment and Rating system for Django


I am new to Django, I don't know a lot of them.

I am trying to build a comment and rating system for a blog in Django. There are some apps that I can use to achieve this(Comment and Rating)?

Please let me know.

Best Regards,


Solution

  • The django.contrib.comments that comes with django works well, even if it is rather simplistic. Seems to be extendable for more elaborate needs, though.