Middleware to opt out of Google's FLoC cohort tracking.
The full documentation is at https://django-no-floc.readthedocs.io.
Install django-no-floc:
pip install django-no-floc
Add it to your INSTALLED_APPS:
MIDDLEWARE = (
...
'no_floc.middleware.NoFLoCMiddleware',
...
)
Does the code actually work?
source <YOURVIRTUALENV>/bin/activate (myenv) $ pip install tox (myenv) $ tox
pip install -r requirements_dev.txt invoke -l
Tools used in rendering this package: