Skip to main content

Simple plugin to get pretty messages with the django messages app

Project description

Django Easy Messages
===================

Requires Backbone.js, underscore.js, and jQuery

Installation:
-------------

1. Add ``easy_messages`` to ``INSTALLED_APPS`` in settings.py.
2. Add ``easy_messages.middleware.AjaxMessaging`` to ``MIDDLEWARE_CLASSES`` in settings.py.
3. Add the following lines to your base template in the desired locations::

{% include "easy_messages/list.html" %}
<script type="text/javascript" src="{{ STATIC_URL }}js/messages.js"></script>
<link type="text/css" rel="stylesheet" href="{{ STATIC_URL }}css/messages.css" />

Note also that there's also a messages.less file included if you'd prefer to use .less instead of css.

See ``examples.views.py`` for usage in views and API calls.

Project details


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