Skip to content

Latest commit

 

History

History
87 lines (62 loc) · 2.57 KB

index.rst

File metadata and controls

87 lines (62 loc) · 2.57 KB

Django cookie consent

Manage cookie information and let visitors give or reject consent for them.

Jazzband

Build status Code quality checks black Coverage status Documentation Status

python-versions django-versions pypi-version

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

You can find the source code and development progress on https://github.com/jazzband/django-cookie-consent/.

User Guide

quickstart concept usage example_app settings contributing changelog

API documentation

api_models api_views api_util api_templatetags api_middleware

Indices and tables

  • genindex
  • modindex
  • search