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 Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

geonode_user_messages-2.0.2.2-py3-none-any.whl (21.2 kB view details)

Uploaded Python 3

File details

Details for the file geonode_user_messages-2.0.2.2-py3-none-any.whl.

File metadata

File hashes

Hashes for geonode_user_messages-2.0.2.2-py3-none-any.whl
Algorithm Hash digest
SHA256 672ca579b1b8988610ab89d6628bb6d22efb46f9f3cb571ecae1144a1f02e914
MD5 4505720046dcbb84e5ad50f7d6c210ad
BLAKE2b-256 53dcbb3cf9a13c5f73fc0b3749275ede608d2232641d0dea0b0918043dd78e44

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