Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Is there a way to add this chat in my django project? :

http://www.cometchat.com/

share|improve this question

1 Answer

up vote 1 down vote accepted

You'll need to run it in a separate page on a php enabled server. I guess you could include the chat interface in your django page using an iframe.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.