TyMaszWeb / django-cookie-law

Helps your Django project comply with the EU cookie regulations by displaying a cookie information banner until it is dismissed by the user
BSD 2-Clause "Simplified" License
140 stars 69 forks source link

documentation #49

Open onno-timmerman opened 5 years ago

onno-timmerman commented 5 years ago

The docs say: If you're using Django > 1.8, enable 'django.core.context_processors.request' in your TEMPLATES['OPTIONS'] setting, eg.:

But the django.core.context_processors.request is decapricated in favor of 'django.template.context_processors.request'

Maybe change docs?

piotrkilczuk commented 5 years ago

I probably should.

To be honest, I haven't used Django since 1.8, so I wasn't following the changes happening and didn't update this "library".

Would you be happy to raise a Pull Request?

renderbox commented 5 years ago

It would also be good to mention you need to add the 'cookielaw/js/cookielaw.js' file to the base template.