A Django application that provides a subscription pop-up form, and can be integrated with multiple email marketing platforms.
Installation
pip install django-easy-subscription
Add easy_subscription to INSTALLED_APPS
Run python manage.py migrate to create the subscriber model.
Add an URL entry to your project’s urls.py, for example:
from django.conf import settings if 'easy_subcription' in settings.INSTALLED_APPS: urlpatterns += [ path('easy-subscription/', include('easy_subscription.urls')), ]
Note: you can use whatever you wish as the URL prefix.
Release files for django-easy-subscription 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django-easy-subscription-0.1.0.tar.gz | 11.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| django_easy_subscription-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 28.6 kB
Release files / django-easy-subscription-0.1.0.tar.gz
| Download URL | django-easy-subscription-0.1.0.tar.gz |
|---|---|
| Size | 11.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
14a973e9a2445ac111862e1318ee0d7b69722d5cc37cbc540290248ff05e30fb
|
|
BLAKE2b-256 checksum How to use checksums |
3277e08c73c0584be19814adde67d05f68ab3f1a255f71f6127f791c46cdfeac
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.13.0 pkginfo/1.5.0.1 requests/2.20.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.6.4
|
Release files / django_easy_subscription-0.1.0-py3-none-any.whl
| Download URL | django_easy_subscription-0.1.0-py3-none-any.whl |
|---|---|
| Size | 17.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
a41fceed1799254e2d283f28042576a011cbd18d643fb4a15f11f2c073bdaf94
|
|
BLAKE2b-256 checksum How to use checksums |
813b2d05b6780054cc212840b2a5799daf9b0304ba1cf5fd747afdc151ea8f26
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.13.0 pkginfo/1.5.0.1 requests/2.20.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.6.4
|