Skip to main content

Allow everybody to unsubscribe your messages, user accounts are not required.

Project description

https://img.shields.io/pypi/v/django-opt-out.svg https://img.shields.io/travis/wooyek/django-opt-out.svg Documentation Status

Allow everybody to unsubscribe your messages, user accounts are not required.

Quickstart

Install Django Opt-out application:

pip install django-opt-out

Add it to your INSTALLED_APPS:

INSTALLED_APPS = (
    ...
    'django_opt_out.apps.DjangoOptOutConfig',
    ...
)

Add Django Opt-out application’s URL patterns:

from django_opt_out import urls as django_opt_out_urls


urlpatterns = [
    ...
    url(r'^', include(django_opt_out_urls)),
    ...
]

Features

  • TODO

Running Tests

Does the code actually work?

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

Credits

This package was created with Cookiecutter and the wooyek/cookiecutter-django-app project template.

History

0.1.0 (2017-11-03)

  • First release on PyPI.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-opt-out-0.1.2.tar.gz (34.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

django_opt_out-0.1.2-py2.py3-none-any.whl (16.5 kB view details)

Uploaded Python 2Python 3

File details

Details for the file django-opt-out-0.1.2.tar.gz.

File metadata

File hashes

Hashes for django-opt-out-0.1.2.tar.gz
Algorithm Hash digest
SHA256 bb5da4eb6695c9bc5e2b1bd9cd151daea0d66201a1b2549ecd2fcd2c54ca7f8b
MD5 99fbd84dc89f63706779638c78664d2a
BLAKE2b-256 ec573b1f0daa36543cff07ee2a15c0c7334c7bfa16bebc06ceffe52fedfe3d56

See more details on using hashes here.

File details

Details for the file django_opt_out-0.1.2-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for django_opt_out-0.1.2-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 666b7a33f7949f3e590d3fbcbda76d190e3d48aef9611ddb764e9afd0483c1f9
MD5 09488a4ebbcffe51608767c132f56c06
BLAKE2b-256 ea0e86384c254523368fd71849ff5e58bf6ef172d49ddd404e520c2812f4c5ca

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page