A Django application that provides a subscription pop-up form, and can be integrated with multiple email marketing platforms.
Project description
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.
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
File details
Details for the file django-easy-subscription-0.1.0.tar.gz
.
File metadata
- Download URL: django-easy-subscription-0.1.0.tar.gz
- Upload date:
- Size: 11.7 kB
- Tags: Source
- Uploaded using 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
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 14a973e9a2445ac111862e1318ee0d7b69722d5cc37cbc540290248ff05e30fb |
|
MD5 | ed16a9ae5f618315658ea18452be79d2 |
|
BLAKE2b-256 | 3277e08c73c0584be19814adde67d05f68ab3f1a255f71f6127f791c46cdfeac |
File details
Details for the file django_easy_subscription-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: django_easy_subscription-0.1.0-py3-none-any.whl
- Upload date:
- Size: 17.0 kB
- Tags: Python 3
- Uploaded using 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
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a41fceed1799254e2d283f28042576a011cbd18d643fb4a15f11f2c073bdaf94 |
|
MD5 | c58c187f5b90d9af2289496722a5bdb1 |
|
BLAKE2b-256 | 813b2d05b6780054cc212840b2a5799daf9b0304ba1cf5fd747afdc151ea8f26 |