Skip to main content

A small reusable package that adds a Newsletter app to a project

Project description

Giant Newsletter

A re-usable package which can be used in any project that requires a generic Newletter app.

This will include the basic formatting and functionality such as model creation via the admin and email sending.

Installation

To install with the package manager, run:

$ poetry add giant-newsletter

You should then add "newsletter" to the INSTALLED_APPS in your settings file and to the Makefile.

In base.py there should also be a DEFAULT_FROM_EMAIL and a DEFAULT_TO_EMAIL. This is used by the email sending method.

Context Processor

If you wish to use the Contact form with the context processor you will need to add newsletter.context_processors.subscription_form into the TEMPLATES context processors list. This will allow you to access the form in templates.

Configuration

  • NEWSLETTER_FORM_FIELDS allows the user to customise what fields are displayed on the form. This must be a list
  • NEWSLETTER_FORM_FIELD_PLACEHOLDERS allows the user to customise the field placeholder text. This must be a dict containing the fieldnames
  • NEWSLETTER_FORM_REQUIRED_FIELDS allows the user to customise what fields are required on the form. This must be a list
  • NEWSLETTER_FORM_LABELS allows the user to customise what the field labels are on the form. This must be a dict of field names and their corresponding label
  • NEWSLETTER_FORM_WIDGETS allows the user to customise what the field widgets are on the form. This must be a dict of field names and their corresponding widget

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

giant-newsletter-0.3.2.tar.gz (7.0 kB view hashes)

Uploaded Source

Built Distribution

giant_newsletter-0.3.2-py3-none-any.whl (11.7 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