marqueed
marqueed

Reputation: 1123

Private messaging in Django

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?

Upvotes: 16

Views: 9926

Answers (3)

madjardi
madjardi

Reputation: 5939

old post, but +1 ack: maybe you help xmpppy...http://xmpppy.sourceforge.net/ in documentation to xmpppy remark about privat messages ( http://xmpppy.sourceforge.net/irc/howtouse.html)

Upvotes: 1

joshcartme
joshcartme

Reputation: 2747

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.

Upvotes: 11

Alex
Alex

Reputation: 2013

Never Tried it out or anything, but looks promising at first glance. django-pm

Upvotes: 1

Related Questions