Skip to main content

Django app that shows notification about cookies to UE citizens.

Project description

Small app that detects if the current user is located in the European Union. If so, a small notification about cookies is displayed. Once notification is closed by the user, it will not appear anymore.

uecookie9 also creates a FlatPage with a Cookie Policy.

Requirements

Installation

  • Install via pip:

    pip install django-uecookie9
  • Add uecookie9 to your INSTALLED_APPS

  • Add django.core.context_processors.request to your TEMPLATE_CONTEXT_PROCESSORS:

    from django.conf import settings
     TEMPLATE_CONTEXT_PROCESSORS = settings.TEMPLATE_CONTEXT_PROCESSORS + (
            'django.core.context_processors.request',
    )
  • Override template uecookie9/policy.html with your actual Cookie Policy.

  • Execute the command below (creates a FlatPage /cookies/):

    python manage.py uecookie9

Usage

Paste the following code in the right place in your template:

{% load uecookie9 %}{% uecookie9 %}

Customization

By default, notification is wrapped in a fixed div that shows at the bottom of the page. In order to customize it you have to create your own version of template uecookie9/message.html.

Disclaimer

There is no guarantee that this app is enough to meet UE requirements. Use at your own risk.

Notes

  • uecookie9 was tested with Django 1.6.5, however it should work with newer or older versions as well.

  • This application includes GeoLite2 data created by MaxMind.

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-uecookie9-0.1.tar.gz (443.9 kB view hashes)

Uploaded Source

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