Skip to content

Latest commit

 

History

History
70 lines (43 loc) · 1.33 KB

README.rst

File metadata and controls

70 lines (43 loc) · 1.33 KB

django-no-floc

https://travis-ci.org/ph00lt0/django-no-floc.svg?branch=master

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: