emencia/default/: newsletter-subscriptions-0.1.0 metadata and description

Simple index

Newsletter subscription application

author Grégoire ROCHER
author_email gregoire@emencia.com
platform
  • UNKNOWN
File Tox results History
newsletter-subscriptions-0.1.0.tar.gz
Size
51 KB
Type
Source
newsletter_subscriptions-0.1.0-py2.py3-none-any.whl
Size
14 KB
Type
Python Wheel
Python
2.7

Installation

Add newsletter_subscriptions to your INSTALLED_APPS.

Add newsletter_subscriptions.urls to your urls.

Settings

NEWSLETTER_SUBSCRIPTIONS_HELPERS_MODULE is a module in which can be defined form helpers.

SubscriptionFormHelper is used by the subscribe view. InlineSubscriptionFormHelper is returned by the get_subscribe_form template tag and AlternativeInlineSubscriptionFormHelper which is used by the inline_subscribe_newsletter template tag.