This document explains the available functionality related to commenting on content objects in Courant News. Such functionality generally builds upon Django’s comments framework.
Courant News supports the ability to set comment moderation settings on a per-object level. Site administrators can define a set of CommentOptions which comprise of the different sets of comment moderations settings that will be used throughout the site. Default CommentOptions can be set for each ContentType.
Each instance of CommentOptions has four settings which define how commenting and comment moderation will work for the associated content object.
Instances of DefaultCommentOption defines the default CommentOptions for a given ContentType.