We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 of site.com/messages/inbox is giving 404 error.
site.com/messages
site.com/messages/inbox
How do I view both sent and received messages.
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
hey, any way to inform the user when he receives a message, using signals ??
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: