Skip to main content

Fork of user-messages: a reusable private user messages application for Django

Project description

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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

geonode-user-messages-0.1.12.zip (21.5 kB view details)

Uploaded Source

File details

Details for the file geonode-user-messages-0.1.12.zip.

File metadata

File hashes

Hashes for geonode-user-messages-0.1.12.zip
Algorithm Hash digest
SHA256 e69f0aef3c2d8f154207e1ad5d15075dde13e7d01f2041ca2eb2af6dd4f909ae
MD5 be2931070ce278c4ade4a118378026d2
BLAKE2b-256 a8d9eba9d53659469ac8c9822f7c9ad071ef34570bd353199baf5d7007ee5c49

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page