.editorconfig
.env
.travis.yml
AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
Makefile
Pipfile
Pipfile.lock
Procfile
README.rst
app.json
bitbucket-pipelines.yml
manage.py
requirements.in
requirements.txt
runtests.py
runtime.txt
setup.cfg
setup.py
tox.ini
.github/ISSUE_TEMPLATE.md
.github/PULL_REQUEST_TEMPLATE.md
.tmp/.gitignore
bin/create_database.sh
bin/post_compile
bin/post_deploy
bin/release
docs/Makefile
docs/authors.rst
docs/conf.py
docs/contributing.rst
docs/django_opt_out.migrations.rst
docs/django_opt_out.plugins.rst
docs/django_opt_out.plugins.sparkpost.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/spelling_wordlist.txt
docs/usage.rst
docs/_static/Django-Opt-out-form.png
docs/_static/django_opt_out.css
example_project/README.md
example_project/manage.py
example_project/requirements.txt
example_project/setup.py
example_project/.idea/example_project.iml
example_project/.idea/misc.xml
example_project/.idea/modules.xml
example_project/.idea/workspace.xml
example_project/.idea/inspectionProfiles/profiles_settings.xml
example_project/data/.gitignore
example_project/locales/pl_PL/LC_MESSAGES/django.po
example_project/logs/.gitignore
example_project/src/website/__init__.py
example_project/src/website/urls.py
example_project/src/website/wsgi.py
example_project/src/website/settings/__init__.py
example_project/src/website/settings/base.py
example_project/src/website/settings/local.env
example_project/src/website/settings/local.py
example_project/src/website/settings/production.py
example_project/src/website/settings/staging.env
example_project/src/website/settings/staging.py
example_project/static/.gitignore
example_project/templates/set_language.html
example_project/templates/django_opt_out/base.html
requirements/base.txt
requirements/development.txt
requirements/optional.txt
requirements/production.txt
requirements/testing.txt
requirements/tooling.txt
requirements/lock/development.txt
requirements/lock/production.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/resources.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/locales/pl_PL/LC_MESSAGES/django.mo
src/django_opt_out/locales/pl_PL/LC_MESSAGES/django.po
src/django_opt_out/management/commands/__init__.py
src/django_opt_out/management/commands/feedback-translations.csv
src/django_opt_out/management/commands/feedback.csv
src/django_opt_out/management/commands/opt_out_feedback_defaults.py
src/django_opt_out/management/commands/tags.csv
src/django_opt_out/migrations/0001_initial.py
src/django_opt_out/migrations/0002_auto_20171214_1726.py
src/django_opt_out/migrations/__init__.py
src/django_opt_out/plugins/__init__.py
src/django_opt_out/plugins/sparkpost/__init__.py
src/django_opt_out/plugins/sparkpost/apps.py
src/django_opt_out/plugins/sparkpost/hooks.py
src/django_opt_out/plugins/sparkpost/signals.py
src/django_opt_out/plugins/sparkpost/urls.py
src/django_opt_out/plugins/sparkpost/views.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/removed.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.env
tests/settings.py
tests/test_admin.py
tests/test_cli.py
tests/test_forms.py
tests/test_models.py
tests/test_sparkpost.py
tests/test_views.py
tests/urls.py