I wonder if it would be a good idea to put the comment config (e.g.,
threaded or not, maximum length, pre-/post-moderation, etc) into a
separate model, then let all models needing a comment have a foreign key
to the comment config model.
Zhiwu
Thejaswi Puthraya wrote:
> Hello folks,
> My ex
of the thread. In this way, a non-threaded comment is
just a threaded comment with maximum level 1, and the post_comment and
reply_comment can be merged.
Also a 'modify_date' may be useful for the abstract comment model. One
of the benefits you might want to provide to the authenticat