Frequently-asked questions¶
General¶
- I don’t want to bother with the moderation feature, how to bypass it?
Set the configuration option:
POSTMAN_AUTO_MODERATE_AS = True
I installed django-pagination, and still I don’t see any pagination widgets
- Is there really more messages than one page capacity (default is 20)?
- Check that
paginationis declared beforepostmanin theINSTALLED_APPSsetting. - See if it’s better by disabling
postman/templatetags/pagination_tags.pyand.pyc(rename or move the files).