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
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 Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file geonode_user_messages-2.0.2.2-py3-none-any.whl.
File metadata
- Download URL: geonode_user_messages-2.0.2.2-py3-none-any.whl
- Upload date:
- Size: 21.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
672ca579b1b8988610ab89d6628bb6d22efb46f9f3cb571ecae1144a1f02e914
|
|
| MD5 |
4505720046dcbb84e5ad50f7d6c210ad
|
|
| BLAKE2b-256 |
53dcbb3cf9a13c5f73fc0b3749275ede608d2232641d0dea0b0918043dd78e44
|