Allow everybody to unsubscribe your messages, user accounts are not required.
Project description
Allow everybody to unsubscribe your messages, user accounts are not required.
Free software: MIT license
Documentation: https://django-opt-out.readthedocs.io.
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file django-opt-out-0.1.2.tar.gz.
File metadata
- Download URL: django-opt-out-0.1.2.tar.gz
- Upload date:
- Size: 34.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bb5da4eb6695c9bc5e2b1bd9cd151daea0d66201a1b2549ecd2fcd2c54ca7f8b
|
|
| MD5 |
99fbd84dc89f63706779638c78664d2a
|
|
| BLAKE2b-256 |
ec573b1f0daa36543cff07ee2a15c0c7334c7bfa16bebc06ceffe52fedfe3d56
|
File details
Details for the file django_opt_out-0.1.2-py2.py3-none-any.whl.
File metadata
- Download URL: django_opt_out-0.1.2-py2.py3-none-any.whl
- Upload date:
- Size: 16.5 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
666b7a33f7949f3e590d3fbcbda76d190e3d48aef9611ddb764e9afd0483c1f9
|
|
| MD5 |
09488a4ebbcffe51608767c132f56c06
|
|
| BLAKE2b-256 |
ea0e86384c254523368fd71849ff5e58bf6ef172d49ddd404e520c2812f4c5ca
|