django-cookie-consent
latest
  • Installation
  • Configuration
  • Main concepts
  • Getting started
  • Example app
  • Settings
  • Contributing
  • Change Log
  • Models
  • Views
  • Util
  • Template tags
  • Middleware
django-cookie-consent
  • Docs »
  • Django cookie consent
  • Edit on GitHub

Django cookie consent¶

django-cookie-consent is a reusable application for managing various cookies and visitors consent for their use in Django project.

Features:

  • cookies and cookie groups are stored in models for easy management through Django admin interface
  • support for both opt-in and opt-out cookie consent schemes
  • removing declined cookies (or non accepted when opt-in scheme is used)
  • logging user actions when they accept and decline various cookies
  • easy adding new cookies and seamlessly re-asking for consent for new cookies

The latest version of Django cookie consent is available at https://github.com/bmihelac/django-cookie-consent/

User Guide¶

  • Installation
  • Configuration
  • Main concepts
    • Cookie Group
    • Cookie
    • Saving user selection
    • Caching
  • Getting started
    • Checking for cookie consent in views
    • Checking for cookie consent in templates
    • Checking for 3rd party cookies dynamically
  • Example app
  • Settings
  • Contributing
    • Code guidelines
  • Change Log
    • 0.3.2 (unreleased)
    • 0.3.1 (2022-02-17)
    • 0.3.0 (2021-12-08)
    • 0.2.6 (2020-06-17)
    • 0.2.5 (2020-06-17)
    • 0.2.4 (2020-06-17)
    • 0.2.3 (2020-06-15)
    • 0.2.2 (2020-06-15)
    • 0.2.1 (2020-06-02)
    • 0.2.0 (2020-02-11)
    • 0.1.1
    • 0.1.0

API documentation¶

  • Models
  • Views
  • Util
  • Template tags
    • cookie_consent
  • Middleware
    • CleanCookiesMiddleware
Next

© Copyright 2013, Bojan Mihelac Revision c98de3d0.

Built with Sphinx using a theme provided by Read the Docs.
Read the Docs v: latest
Versions
latest
stable
Downloads
pdf
html
epub
On Read the Docs
Project Home
Builds

Free document hosting provided by Read the Docs.