Sidebar Network

django-messages A Django application handling private messages between users.

The Basics

The app includes some default templates, which are pretty simple. They extend a template called “base.html” and only emit stuff in the block “content” and block “sidebar”. You may want to use your own templates, but the included ones are good enough for testing and getting started.

Project Homehttp://code.google.com/p/django-messages/
Grab the Repository – svn checkout http://django-messages.googlecode.com/svn/trunk/
 

Recent Commits

  • 85 was committed 6 days, 11 hours ago.
    adding generic es translation, thanks to paz.lupita
  • 83 was committed 1 week, 4 days ago.
    Updated setup.py, INSTALL notice and MANIFEST template
  • 82 was committed 1 week, 4 days ago.
    adding polish translation, thanks maczewski. adding an AUTHORS file to keep track of contributors (please send me a note if you are missing or want to be listed with your full name.)
  • 81 was committed 1 month ago.
    catch exception if templatetag is used for anonymous users.
  • 80 was committed 1 month, 1 week ago.
    Renamed notification templates after upstream API changes (http://code.google.com/p/django-notification/source/detail?r=110)
  • 79 was committed 1 month, 2 weeks ago.
    Fixed missing keyed arguments in save method of Message model
  • 78 was committed 2 months ago.
    D’oh. Fixed a typo
  • 77 was committed 2 months ago.
    Added a bit more information in default notification templates for messages_received and messages_reply_received notifications
  • 76 was committed 2 months, 1 week ago.
    use django-mailer only if it’s in installed-apps. fixes #16
  • 75 was committed 2 months, 2 weeks ago.
    Fixed a bug that prevented sending messages to users with case sensitive usernames.