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 158 forks source link

Add who_can_post setting to the Commenting Options section of the Tutorial documentation #189

Closed jimkring closed 4 years ago

jimkring commented 4 years ago

It would be nice to learn about the 'who_can_post': 'users' option when going through the tutorial >> commenting options section, so that developers are exposed to this setting early on in the install/setup process.

COMMENTS_XTD_APP_MODEL_OPTIONS = {
    'default': {
        'allow_flagging': False,
        'allow_feedback': False,
        'show_feedback': False,
        'who_can_post': 'users'  # << maybe add this line to the 'tutorial >> commenting' options section
    }
}
danirus commented 4 years ago

That's a good point, thank you!

danirus commented 4 years ago

It's already updated but only when browsing the documentation of the version labelled as latest: https://django-comments-xtd.readthedocs.io/en/latest/tutorial.html#commenting-options