Описание тега django-comments
Django used to include a simple comments framework. Since Django 1.6, it's been separated to a separate project, use this tag for both. This framework can be used to attach comments to any model, so you can use it for comments on blog entries, photos, book chapters, or anything else.
Django used to include a simple, yet customizable comments framework. Since Django 1.6, it's been separated to a separate project, use this tag for both.
Comments are all "attached" to some parent object. This can be any instance of a Django model.
The primary interaction with the comment system is through a series of template tags that let you embed comments and generate forms for your users to post them.
Reference: