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.
Release files for user-messages 0.1.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| user-messages-0.1.1.tar.gz | 6.0 kB | Details |
Release files / user-messages-0.1.1.tar.gz
| Download URL | user-messages-0.1.1.tar.gz |
|---|---|
| Size | 6.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
42e4394c2794c754b8626756d7359dd67161fe5d444bfeeaaae296232d043b89
|
|
BLAKE2b-256 checksum How to use checksums |
e51e9f9cea23396b65e40f900170517f449fc9f9b4ebf23da750f5cb225b4445
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |