On Thursday, November 20, 2014 10:35:18 PM UTC-8, Code wrote: > > Hi, > > I have been facing a nightmare with django comments app. > > see: https://groups.google.com/forum/#!topic/django-users/7B2umISG-9I > > 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 [email protected]. To post to this group, send email to [email protected]. 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.

