user-messages 0.1

user-messages is a Django app for allowing users of your Django site to send messages to each other.Quick StartInclude user-messages in your requirements file and add "user_messages" to your INSTALLED APPS setting.Once you have the user-messages...