{"categories":[{"label":"Python Modules","url":"https://skillfed.io/packages/category/software-development-libraries-python-modules/22"}],"enrichment":{"capability":"A Django application that manages cookie consent workflows, letting site visitors accept or reject cookies through a configurable consent interface stored in Django models.","skillfed_tags":["compliance","cookie-management","gdpr"],"use_cases":["Implement GDPR-compliant cookie consent on a Django site with opt-in or opt-out workflows.","Store and manage cookie definitions (analytics, marketing, functional) in Django admin for non-technical users.","Log user consent decisions for audit and compliance reporting.","Automatically re-prompt users when new cookies are added to the site.","Remove or prevent setting of cookies that users have declined."],"what_it_does":"django-cookie-consent is a Django application that handles cookie consent workflows by storing cookie definitions and user consent choices in the database, accessible through Django admin. It supports both opt-in (users must accept before cookies are set) and opt-out (cookies are set unless rejected) consent schemes, and can remove declined cookies or non-accepted cookies depending on the scheme in use.\n\nThe package logs when users accept or decline cookies, making it straightforward to track consent history. It also handles re-consent flows when new cookies are added, prompting users to make fresh choices without losing their prior decisions. The core dependencies are django and django-appconf; it requires Python 3.10 or later and is tested against modern Django versions (4.2, 5.2, 6.0).","worth_installing":"Yes. The package is actively maintained, has no known vulnerabilities, low install friction, and a permissive license. It directly solves a common compliance need (cookie consent) with a Django-native approach. Use it if you need cookie consent management in a Django project and want database-backed, admin-editable cookie definitions."},"id":"django-cookie-consent","links":{"html":"https://skillfed.io/packages/django-cookie-consent","md":"https://skillfed.io/packages/django-cookie-consent.md","pypi":"https://pypi.org/project/django-cookie-consent/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-02-04","license_spdx":"BSD-2-Clause-first-lines","license_treatment":"permissive","name":"django-cookie-consent","python_support":"supports_current","summary":"Django cookie consent application"},"popularity":{"monthly_downloads":76958,"position":14570,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"1.0.0"}
