Skip to content

ph00lt0/django-no-floc

Repository files navigation

title
django-no-floc

image

image

image

Middleware to opt out of Google's FLoC cohort tracking.

Documentation

The full documentation is at https://django-no-floc.readthedocs.io.

Quickstart

Install django-no-floc:

pip install django-no-floc

Add it to your `INSTALLED_APPS`:

MIDDLEWARE = (
    ...
    'no_floc.middleware.NoFLoCMiddleware',
    ...
)

Running Tests

Does the code actually work?

source <YOURVIRTUALENV>/bin/activate
(myenv) $ pip install tox
(myenv) $ tox

Development commands

pip install -r requirements_dev.txt
invoke -l

Credits

Tools used in rendering this package:

Releases

No releases published

Packages

No packages published

Languages