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 dj-pagination, and still I don’t see any pagination widgets

  • Is there really more messages than one page capacity (default is 20)?

  • Check that dj_pagination is declared before postman in the INSTALLED_APPS setting.

  • See if it’s better by disabling postman/templatetags/pagination_tags.py and .pyc (rename or move the files).