.editorconfig
.travis.yml
AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
Makefile
README.rst
bitbucket-pipelines.yml
manage.py
requirements.in
requirements.txt
runtests.py
setup.cfg
setup.py
tox.ini
.github/ISSUE_TEMPLATE.md
.github/PULL_REQUEST_TEMPLATE.md
docs/Makefile
docs/authors.rst
docs/conf.py
docs/contributing.rst
docs/django_opt_out.migrations.rst
docs/django_opt_out.rst
docs/history.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/modules.rst
docs/readme.rst
docs/requirements.txt
docs/usage.rst
docs/_static/django_opt_out.css
example_project/README.md
example_project/manage.py
example_project/requirements.txt
example_project/setup.py
example_project/data/.gitignore
example_project/src/example_app/__init__.py
example_project/src/example_app/admin.py
example_project/src/example_app/apps.py
example_project/src/example_app/models.py
example_project/src/example_app/tests.py
example_project/src/example_app/views.py
example_project/src/website/__init__.py
example_project/src/website/local.env
example_project/src/website/settings.py
example_project/src/website/urls.py
example_project/src/website/wsgi.py
example_project/templates/django_opt_out/base.html
requirements/base.txt
requirements/local.txt
requirements/production.txt
requirements/testing.txt
requirements/tooling.txt
src/django_opt_out/__init__.py
src/django_opt_out/admin.py
src/django_opt_out/app_settings.py
src/django_opt_out/apps.py
src/django_opt_out/cli.py
src/django_opt_out/factories.py
src/django_opt_out/forms.py
src/django_opt_out/models.py
src/django_opt_out/signals.py
src/django_opt_out/urls.py
src/django_opt_out/utils.py
src/django_opt_out/views.py
src/django_opt_out.egg-info/PKG-INFO
src/django_opt_out.egg-info/SOURCES.txt
src/django_opt_out.egg-info/dependency_links.txt
src/django_opt_out.egg-info/entry_points.txt
src/django_opt_out.egg-info/not-zip-safe
src/django_opt_out.egg-info/requires.txt
src/django_opt_out.egg-info/top_level.txt
src/django_opt_out/management/commands/__init__.py
src/django_opt_out/migrations/0001_initial.py
src/django_opt_out/migrations/__init__.py
src/django_opt_out/static/django_opt_out/css/django_opt_out.css
src/django_opt_out/static/django_opt_out/img/.gitignore
src/django_opt_out/static/django_opt_out/js/django_opt_out.js
src/django_opt_out/templates/django_opt_out/base.html
src/django_opt_out/templates/django_opt_out/OptOut/form.html
src/django_opt_out/templates/django_opt_out/OptOut/form_apologies.html
src/django_opt_out/templates/django_opt_out/OptOut/success.html
src/django_opt_out/templates/django_opt_out/OptOut/success_apologies.html
tests/__init__.py
tests/settings.py
tests/test_cli.py
tests/test_models.py
tests/test_views.py
tests/testing.env
tests/urls.py