jenkins/release/: newsletter-subscriptions-0.2.1 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.2.1.tar.gz
Size
51 KB
Type
Source
newsletter_subscriptions-0.2.1-py2.py3-none-any.whl
Size
16 KB
Type
Python Wheel
Python
2.7

The description hasn't been rendered yet.

Newsletter Subscription
=======================

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.