{ "info": { "author": "Anton Yevzhakov", "author_email": "anber@anber.ru", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "django-extended-messages\n======================\n\nInstallation\n------------\n\n1. Add *'django-extended-messages'* directory to your Python path\n2. Add *'django.contrib.messages'* to your INSTALLED_APPS\n3. Add *'django.contrib.messages.middleware.MessageMiddleware'* to your MIDDLEWARE_CLASSES\n4. Add *'django.contrib.messages.context_processors.messages'* to your TEMPLATE_CONTEXT_PROCESSORS\n5. Add *MESSAGE_STORAGE = 'extended_messages.storage.session.SessionStorage'* to your settings.py\n6. Add *extended_messages.urls* in your urls.py\n\nConfiguration\n-------------\n\n*STICKY_FROM_THE_LEVEL*\n\nUsage\n-----\n\n import extended_messages as messages\n messages.warning(request, 'Your account expires in three days.', sticky=True)", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/Anber/django-extended-messages/tree/master", "keywords": null, "license": "BSD License", "maintainer": null, "maintainer_email": null, "name": "django-extended-messages", "package_url": "https://pypi.org/project/django-extended-messages/", "platform": "OS Independent", "project_url": "https://pypi.org/project/django-extended-messages/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/Anber/django-extended-messages/tree/master" }, "release_url": "https://pypi.org/project/django-extended-messages/0.0.3.alpha/", "requires_dist": null, "requires_python": null, "summary": "Extended version of django.contrib.messages", "version": "0.0.3.alpha" }, "last_serial": 197082, "releases": { "0.0.2.alpha": [], "0.0.3.alpha": [] }, "urls": [] }