danirus / django-comments-xtd

A pluggable Django comments application with thread support, follow-up notifications, mail confirmation, like/dislike flags, moderation, a ReactJS plugin and Bootstrap 5.3.
https://django-comments-xtd.readthedocs.io
BSD 2-Clause "Simplified" License
594 stars 157 forks source link

Issue 175 #183

Closed danirus closed 4 years ago

danirus commented 4 years ago

Closes #175 on how to customize django-comments-xtd so that user images displayed in comments come from other sources. A new setting COMMENTS_XTD_API_GET_USER_AVATAR has been added. The docs have been extended with a page that explains the use case in depth.