Skip to content

iknowmac/user_messages

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

User messaging

image

image

image

image

image

user-messages is an application for allowing users of your Django site to send messages to each other.

Quick Start

Include user-messages in your requirements file and add "user_messages" to your INSTALLED APPS setting.

Once you have the user-messages installed, hook up the URLs:

urlpatterns = patterns("",
    # some cool URLs

    (r"^messages/", include("user_messages.urls")),

    # some other cool URLs
)

Now all you need to do is wire up some templates.

About

a Django app for allowing users of your site to send messages to each other

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published