Open Zerokami opened 6 years ago
You will need the latest version (1.2.0) but you can add a url like:
url(r"^messages/inbox/deleted/", InboxView.as_view(),
{'deleted': True}, name="inbox_deleted"),
That will expose the deleted/sent messages the same way you list your inbox.
hey, any way to inform the user when he receives a message, using signals ??
I tried to find a way to view both sent and received messages in Inbox, but I see only received messages.
And directly visiting
site.com/messages
instead ofsite.com/messages/inbox
is giving 404 error.How do I view both sent and received messages.