{ "info": { "author": "Danilo Bargen", "author_email": "mail@dbrgn.ch", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)", "Operating System :: OS Independent", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: Internet :: WWW/HTTP", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "####################\ndjango-messagegroups\n####################\n\n.. image:: https://secure.travis-ci.org/dbrgn/django-messagegroups.png?branch=master\n :alt: Build status\n :target: http://travis-ci.org/dbrgn/django-messagegroups\n\n.. image:: https://pypip.in/d/django-messagegroups/badge.png\n :alt: PyPI download stats\n :target: https://crate.io/packages/django-messagegroups\n\nThis Django app provides a template tag to render all messages (sent via the\nDjango messaging framework) and to display them grouped by category.\n\nSince tag v0.2, django-messagegroups is compatible with Bootstrap 1, and since\nv0.3, it uses Bootstrap 2/3 markup.\n\n:Django support: 1.4+\n:Python support: 2.6\u20132.7, 3.3+\n\n\nInstall\n=======\n\nThe best way to install ``django-messagegroups`` is using pip::\n\n pip install django-messagegroups\n\nTo get the current development version, you can install the version from\nGithub::\n\n pip install -e git://github.com/dbrgn/django-messagegroups.git#egg=messagegroups\n\nFinally add ``messagegroups`` to your INSTALLED\\_APPS setting.\n\n\nUsage\n=====\n\n::\n\n {% load messagegroups %}\n ...\n {% render_messages messages %}\n\n\nCustomize\n=========\n\nYou can customize the template by overriding the ``messagegroups.html``\ntemplate. Just make sure that your app is in the ``INSTALLED_APPS`` list\n**before** the ``messagegroups`` app.\n\nHere's a list based example::\n\n {% if messages %}\n