mirror of
https://github.com/jazzband/django-analytical.git
synced 2026-05-28 16:38:24 +00:00
Update matomo.py
Removed a random note I forgot to take out
This commit is contained in:
parent
2d228686ad
commit
b4611da6d3
1 changed files with 0 additions and 3 deletions
|
|
@ -4,9 +4,6 @@ from django.conf import settings
|
|||
def consent_provider(request):
|
||||
"""
|
||||
Add Mamoto consent script to the requests context.
|
||||
:Cases:
|
||||
- If MATOMO_REQURE_CONSENT is True OR If ALWAYS_TRACK_REGISTERED True == continue on
|
||||
- If ALWAYS_TRACK_REGISTERED is True AND the user is authenticated
|
||||
"""
|
||||
# Do we require consent?
|
||||
if getattr(settings, 'MATOMO_REQUIRE_CONSENT', False):
|
||||
|
|
|
|||
Loading…
Reference in a new issue