django-cookie-consent icon indicating copy to clipboard operation
django-cookie-consent copied to clipboard

Reusable application for managing various cookies and visitors consent for their use in Django project.

Results 59 django-cookie-consent issues
Sort by recently updated
recently updated
newest added

The API documentation section is blank in the docs. Is that because these things are planned and are not available yet? https://django-cookie-consent.readthedocs.io/en/latest/api_models.html https://django-cookie-consent.readthedocs.io/en/latest/api_views.html https://django-cookie-consent.readthedocs.io/en/latest/api_util.html https://django-cookie-consent.readthedocs.io/en/latest/api_templatetags.html https://django-cookie-consent.readthedocs.io/en/latest/api_middleware.html

Hello, First of all, thank you so much for the package, it saved a lot of time for me. I have found the following problem when using the cookies consent....

enhancement

Secure and samesite in options and also in set cookie utility function.

While navigating other websites and how they setup their cookie pages I see the following things: 1. Last updated all cookies on X date (maybe this could be tied to...

enhancement

This package has JavaScript code that creates a new cookie age for how long a cookie will be in the user's browser when they accept. When cookies are not accepted,...

Javascript/dynamic DOM

Helps with #26 and prevents unexpected errors. Was not sure how to solve it otherwise. Part of the other pull request I made.

This helps with #26. Needed a way to deal with unexpected errors that come up. I couldn't figure out a better way so maybe someone else could. I put more...

Since the merge of PR #6 I was encountering problems when rendering templates. Narrowing it down showed that the usage of `{% if request|cookie_consent_enabled %}` as in the documentation and...

I'm using the current pip package of [django-cookie-consent](https://github.com/jazzband/django-cookie-consent) `pip install django-cookie-consent` It seems though if I use the repo directly, everything works fine ( by copying cookie_consent folder from the...

I came across the same problem as described [here](https://github.com/jazzband/django-cookie-consent/issues/112#issuecomment-1857767819). Getting the element in onShow callback to show/activate a modal won't work if doInsert is placed after the callback. Changing the...