pythondjangodjango-appsdjango-comments

Better Alternative to django.contrib.comments


I am having a nightmare working with django default commenting app. I am trying to customize it and add it to div tags to each field and have not been able to find out how to do it so far :(

see: https://stackoverflow.com/questions/27033268/django-comments-app-adding-each-field-of-comments-app-to-div-classes

Is there a better alternative of this app?

Thanks


Solution

  • As stated in the official document, https://docs.djangoproject.com/en/1.7/ref/contrib/comments/

    Django’s comment framework has been deprecated and is no longer supported. Most users will be better served with a custom solution, or a hosted product like Disqus.

    If you still want to work with the old comments app, the repo is available at https://github.com/django/django-contrib-comments You might want to customized as needed

    However if you want to use another apps, you can use Disqus as alternative. https://github.com/arthurk/django-disqus