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 geonode-user-messages 2.0.2.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| geonode_user_messages-2.0.2.2-py3-none-any.whl | Python 3 | none | any | Details |
Release files / geonode_user_messages-2.0.2.2-py3-none-any.whl
| Download URL | geonode_user_messages-2.0.2.2-py3-none-any.whl |
|---|---|
| Size | 21.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
672ca579b1b8988610ab89d6628bb6d22efb46f9f3cb571ecae1144a1f02e914
|
|
BLAKE2b-256 checksum How to use checksums |
53dcbb3cf9a13c5f73fc0b3749275ede608d2232641d0dea0b0918043dd78e44
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.0 CPython/3.10.12
|