{ "info": { "author": "Jeff Ammons", "author_email": "jeff@jeffammons.net", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Programming Language :: Python", "Topic :: Utilities" ], "description": "Django Easy Messages\n===================\n\nRequires Backbone.js, underscore.js, and jQuery\n\nInstallation:\n-------------\n\n1. Add ``easy_messages`` to ``INSTALLED_APPS`` in settings.py.\n2. Add ``easy_messages.middleware.AjaxMessaging`` to ``MIDDLEWARE_CLASSES`` in settings.py.\n3. Add the following lines to your base template in the desired locations::\n\n {% include \"easy_messages/list.html\" %}\n \n \n\nNote also that there's also a messages.less file included if you'd prefer to use .less instead of css.\n\nSee ``examples.views.py`` for usage in views and API calls.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/jammons/django-easy-messages", "keywords": null, "license": "LICENSE", "maintainer": null, "maintainer_email": null, "name": "django-easy-messages", "package_url": "https://pypi.org/project/django-easy-messages/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-easy-messages/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/jammons/django-easy-messages" }, "release_url": "https://pypi.org/project/django-easy-messages/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "Simple plugin to get pretty messages with the django messages app", "version": "0.1.0" }, "last_serial": 525526, "releases": { "0.1.0": [] }, "urls": [] }