You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This post box is a "postal service" that helps users send feedback messages to their team members or colleagues. The feedback entered is stored anonymously. The "post master" sorts out and collates the messages and sends them to the intended recipients.
Quick start
-----------
1. Add "PostBox" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = (
...
'PostBox',
)
2. Include the polls URLconf in your project urls.py like this::