Django application for managing cookie consent, providing models, views, and template tags to collect and store user consent for different cookie groups. Current version 1.0.0, requires Python >=3.10 and Django >=4.2. Active development with monthly releases.
pip install django-cookie-consentNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Add app to INSTALLED_APPS, run migrations, and use template tags to show a cookie banner.
Ensure you pass the CookieGroup's 'name' field (slug) to the filter, e.g., 'analytics', 'functional'.
Use 'cookie_consent.views.accept' and 'cookie_consent.views.decline' in URL patterns.
No resource links recorded.