Skip to main content

Render grouped messages with the Django messaging framework.

Project description

Build status PyPI download stats

This Django app provides a template tag to render all messages (sent via the Django messaging framework) and to display them grouped by category.

Since tag v0.2, django-messagegroups is compatible with Bootstrap 1, and since v0.3, it uses Bootstrap 2/3 markup.

Django support:

1.4+

Python support:

2.6–2.7, 3.3+

Install

The best way to install django-messagegroups is using pip:

pip install django-messagegroups

To get the current development version, you can install the version from Github:

pip install -e git://github.com/dbrgn/django-messagegroups.git#egg=messagegroups

Finally add messagegroups to your INSTALLED_APPS setting.

Usage

{% load messagegroups %}
...
{% render_messages messages %}

Customize

You can customize the template by overriding the messagegroups.html template. Just make sure that your app is in the INSTALLED_APPS list before the messagegroups app.

Here’s a list based example:

{% if messages %}
    <ul>
    {% for key, values in messages.items %}
        <li>Level {{ key.0 }} (Tags: {{ key.1 }}): {{ values|join:" | " }}</li>
    {% endfor %}
    </ul>
{% endif %}

The default HTML class markup is compatible with the Bootstrap CSS Framework (2/3).

Credits

Inspired by Ben Tappin (via mrben.co.uk).

License

The MIT License (MIT)

Copyright (c) 2011-2016 Danilo Bargen

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-messagegroups-0.4.5.tar.gz (4.2 kB view details)

Uploaded Source

Built Distribution

django_messagegroups-0.4.5-py2.py3-none-any.whl (7.5 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file django-messagegroups-0.4.5.tar.gz.

File metadata

File hashes

Hashes for django-messagegroups-0.4.5.tar.gz
Algorithm Hash digest
SHA256 1e5721701fee760ea7307332ec692d42f141c16dd850bd8bddd88e6e820f19b7
MD5 3e9024cd6e46e58790b56e93a7ce28a4
BLAKE2b-256 510e74fda0d4b5a07e01224dcf81e84fd27f921ee98c210345e787d24fd3acff

See more details on using hashes here.

File details

Details for the file django_messagegroups-0.4.5-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for django_messagegroups-0.4.5-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 ae926fc988ab87ad9f8f38cc7b00cd0e9661ab899244d19684d50c4d01fef6d0
MD5 26646a9ca58fa77decc41199b19a338a
BLAKE2b-256 d75e0f7376e50cbc479372cc780c189b4a9664d68067d1ba07d4e01d9e9b3507

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