Skip to main content

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

  1. pip install django-easy-subscription

  2. Add easy_subscription to INSTALLED_APPS

  3. Run python manage.py migrate to create the subscriber model.

  4. 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


Download files

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

Source Distribution

django-easy-subscription-0.1.0.tar.gz (11.7 kB view hashes)

Uploaded Source

Built Distribution

django_easy_subscription-0.1.0-py3-none-any.whl (17.0 kB view hashes)

Uploaded Python 3

Supported by

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