Private messaging in Django

marqueed picture marqueed · Jan 2, 2011 · Viewed 9.6k times · Source

I'm looking for a preexisting Django app providing user to user private messaging. I've seen django-pm and django-messages, neither of which appear to be in particularly active development. Is there really nothing out there?

Answer

joshcartme picture joshcartme · May 17, 2011

I know this question is a bit old, but this looks promising django-postman. I'm about to try it out for a project I'm working on.

I found it here:

http://djangopackages.com/grids/g/messaging/

If you haven't seen it before Django Packages is a great site for finding django apps that do all sorts of stuff.