Skip to main content

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

user-messages-0.1.1.tar.gz (6.0 kB view details)

Uploaded Source

File details

Details for the file user-messages-0.1.1.tar.gz.

File metadata

File hashes

Hashes for user-messages-0.1.1.tar.gz
Algorithm Hash digest
SHA256 42e4394c2794c754b8626756d7359dd67161fe5d444bfeeaaae296232d043b89
MD5 fab419b9b4d9709f7e123006e76e0f14
BLAKE2b-256 e51e9f9cea23396b65e40f900170517f449fc9f9b4ebf23da750f5cb225b4445

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