Skip to main content

A simple middleware that uses the django messages framework to add a notification regarding the EU cookie directive.

If it can’t detect a cookie about cookies, sets it and displays a message.

Installation

Install from pypi.

pip install django-cookie-message

In your settings:

* Ensure the django messages framework is installed.
* Add ``'cookie_message'`` to ``INSTALLED_APPS``.
* Add ``'cookie_message.middleware.CookieMessageMiddleware'`` to ``MIDDLEWARE_CLASSES``.

Configuration

The message can be changed by overriding the cookies/message.py template.

The cookie can be changed by defining COOKIE_MESSAGE_KWARGS in your settings.py. The default is:

COOKIE_MESSAGE_KWARGS = {
    'key': 'cookie_message',
    'value': '',
    'max_age': 365 * 24 * 60 * 60, # One year.
    'expires': None,
    'path': '/',
    'domain': None,
    'secure': None,
    'httponly': False,
}

These are the arguments sent to set_cookie().

Release files for django-cookie-message 0.1

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for django-cookie-message 0.1
File Size Uploaded
django-cookie-message-0.1.tar.gz 2.3 kB Details

Release history Release notifications | RSS feed

This release

0.1 This release

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page