Django-ajax-comments

#
project description

django-ajax-comments is a commenting application for Django-powered websites. It allows you to integrate commenting functionality to any model you have eg. blogs, pictures, etc...

List of actions available:

  • User can add a comment
  • User can edit a comment he/she posted
  • User can delete his/her comment
  • Authenticated users only can Like/Unlike a comment
  • All actions are done through ajax


    Tasks
  • Authenticated/Unauthenticated users can post a comment
  • User can delete his/her comment
  • Option for allowing likes and option for allowing anonymous users to post comments
  • Allowing comments model to belong to any model (Generic Relation)
  • project info
    • Company : Dreidev
    • Date : 16 August 2015
    • Role : Developer