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 par开发者_开发知识库ticularly active development. Is there really nothing out there?
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.
Never Tried it out or anything, but looks promising at first glance. django-pm
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)
精彩评论