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
Release history Release notifications | RSS feed
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.tar.gz
(5.5 kB
view details)
File details
Details for the file user-messages-0.1.tar.gz
.
File metadata
- Download URL: user-messages-0.1.tar.gz
- Upload date:
- Size: 5.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6473aeb8f516a49e745c3b7a52ddc85c6767984a9d056635a06b162b01c328a3 |
|
MD5 | d03bd8c88423451dcfa803cac24881be |
|
BLAKE2b-256 | 40ca735e2715417210381548c8a8d1afaac55ad3dc2dc090e0b995e490f8795f |