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.5.tar.gz (6.7 kB view details)

Uploaded Source

File details

Details for the file geonode-user-messages-0.1.5.tar.gz.

File metadata

File hashes

Hashes for geonode-user-messages-0.1.5.tar.gz
Algorithm Hash digest
SHA256 a49502d9b73016a3cface72a7da721e123b7327e68bc5139f8b99d4f50bf1df7
MD5 d29c307606fd16a80a964abf6871afd8
BLAKE2b-256 bfc3a5da42f20722e630f0f6473a997b97c25ec1111251b97762f6961f9866b1

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