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 details)

Uploaded Source

File details

Details for the file django-uecookie9-0.1.tar.gz.

File metadata

  • Download URL: django-uecookie9-0.1.tar.gz
  • Upload date:
  • Size: 443.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for django-uecookie9-0.1.tar.gz
Algorithm Hash digest
SHA256 a34953f36bd80e683348d9baa660fb30e5e9f45324b7fbf9d3cd2874ba490512
MD5 f6d07d439c621030e3baab4d65f7f4b8
BLAKE2b-256 e5ae2656d19ebaaeb951bb29ef8585609ad9a19d329c5e197a04f01e29fbb40d

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page