===============
Django-Threaded-Messages
===============
This app is very similar to the Messaging System on Facebook.
There are tests, but they are from the project I forked it from. I will update and improve them once I get around to it.
Features
===============
* Each Message is a thread with participants and messages
* Inbox with filter for read and unread messages
* Outbox
* Fulltext search support using Haystack
* Users are notified using django-notification when new messages arrive
* Batch update to set messages to read/unread/delete
* Ajax posting of messages within thread
* Can be used with jquery.tokeninput to offer a similar usuability as Facebook when it comes to selecting recipients.
* Installable using pip and easy_install
* Modular message sending using facebox
User Search
===============
The app comes with a very basic user search component. If you want to extend it or adapt it to your needs
look at views.recipient_search. Adapt your own version in a seperate app and then
change the call in your compose templates::
$("#id_recipient").tokenInput("{% url recipient_search %}?format=json", parameters)
to point to your custom view.
Dependencies
===============
* Haystack
* Django-notification
* django-avatar
* django-pagination
* django-uni-form
Install
===============
pip install -e http://github.com/philippWassibauer/django-threaded-messages.git#egg=threaded-messages
or
pip install django-threaded-messages
Similar Projects
===============
There are two other repositories doing this (one of them is not maintained anymore):
https://github.com/typeish/django-threaded-messages
I am not sure what the exact differences are to this implementation. I am pretty certain that they don't include read/unread, fulltext search, pip install etc.
Follow Me
===============
http://github.com/philippWassibauer
http://twitter.com/__philw__
http://philippw.tumblr.com
https://bitbucket.org/philippwassibauer
Django-Threaded-Messages
===============
This app is very similar to the Messaging System on Facebook.
There are tests, but they are from the project I forked it from. I will update and improve them once I get around to it.
Features
===============
* Each Message is a thread with participants and messages
* Inbox with filter for read and unread messages
* Outbox
* Fulltext search support using Haystack
* Users are notified using django-notification when new messages arrive
* Batch update to set messages to read/unread/delete
* Ajax posting of messages within thread
* Can be used with jquery.tokeninput to offer a similar usuability as Facebook when it comes to selecting recipients.
* Installable using pip and easy_install
* Modular message sending using facebox
User Search
===============
The app comes with a very basic user search component. If you want to extend it or adapt it to your needs
look at views.recipient_search. Adapt your own version in a seperate app and then
change the call in your compose templates::
$("#id_recipient").tokenInput("{% url recipient_search %}?format=json", parameters)
to point to your custom view.
Dependencies
===============
* Haystack
* Django-notification
* django-avatar
* django-pagination
* django-uni-form
Install
===============
pip install -e http://github.com/philippWassibauer/django-threaded-messages.git#egg=threaded-messages
or
pip install django-threaded-messages
Similar Projects
===============
There are two other repositories doing this (one of them is not maintained anymore):
https://github.com/typeish/django-threaded-messages
I am not sure what the exact differences are to this implementation. I am pretty certain that they don't include read/unread, fulltext search, pip install etc.
Follow Me
===============
http://github.com/philippWassibauer
http://twitter.com/__philw__
http://philippw.tumblr.com
https://bitbucket.org/philippwassibauer
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django-threaded-messages-0.1.31.tar.gz.
File metadata
- Download URL: django-threaded-messages-0.1.31.tar.gz
- Upload date:
- Size: 63.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6346411945d0fe6552c8b0d2c9e1517529f759eef5c2dc67e36e4c26bc2eea85
|
|
| MD5 |
d095961de39cfcf6b302a329a7e20475
|
|
| BLAKE2b-256 |
4e3813830afde2e449a27fdb9aa45597e1ac2f7c3d49e98d8efe80a0154319ee
|