Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Ready-made forum, chat, and PM solutions for Django

On my Django site I would like users to communicate with each other in several ways:

  1. Forum
  2. Private messages
  3. Chat with rooms and saved history

Could you suggest me ready solutions for this? Especially for chat.

Also, is it possible to integrate Google Wave in Django?

like image 483
barin Avatar asked Nov 30 '09 21:11

barin


1 Answers

Sounds like Pinax would be a great fit for you. It has most of what you've listed already bundled.

like image 141
T. Stone Avatar answered Sep 20 '22 13:09

T. Stone