pinax / pinax-messages

a Django app for allowing users of your site to send messages to each other
MIT License
202 stars 58 forks source link

Add urls and views for all messages and only sent messages and only deleted messages #44

Open Zerokami opened 6 years ago

Zerokami commented 6 years ago

Please add views and URLs for viewing both sent and received messages instead of just received messages.

Also add a view and urls for viewing only sent messages. Currently there is no way to do this without modifying the source.

Also only deleted messages.

This would facilitate amazing navigation.

Also navigation links should be add to these urls so that the user can navigate easily.

Also have site.com/messages redirect to site.com/messages/all-messages