django_fluent_comments を実装してみてください。別のクラスでは完全に動作しますが、News では次のエラーが発生します (ただし、クラスはほとんど似ています)。
AttributeError at /admin/fluent_comments/fluentcomment/
'News' object has no attribute 'get_absolute_url'
トレースバックは、コメント テンプレートに私をリンクします。
Error during template rendering
In template /app/.heroku/python/lib/python2.7/site-packages/django/contrib/admin/templates/admin/change_list.html, error at line 91
'News' object has no attribute 'get_absolute_url'
「ニュース」クラスに get_absolute_url メソッドを追加したくありません。他のケースではそれがなくても機能する理由がわからないからです。