Friday, November 21, 2014

Re: django.contrib.comments depreciated, any good alternatives?



On Thursday, November 20, 2014 10:35:18 PM UTC-8, Code wrote:
Hi,

I have been facing a nightmare with django comments app.


I found out it has been depreciated and so wanted to know suitable alternatives. Disqus is one but is this suitable for local environment, I am a beginner so need a little help with this. Also, Are there any other good alternatives?  

Just because it's deprecated as part of core doesn't mean the software is unavailable. It's been moved over to its own repo as "extcontrib":

https://github.com/django/django-contrib-comments

 It's still a perfectly fine reusable django app; just no longer part of core. Remove references to the old official one in your project and install excontrib via:

http://django-contrib-comments.readthedocs.org/en/latest/quickstart.html

./s

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/c71b56d5-8590-415c-a349-ed483a9268d3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment