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_FIELDSallows the user to customise what fields are displayed on the form. This must be a listNEWSLETTER_FORM_FIELD_PLACEHOLDERSallows the user to customise the field placeholder text. This must be a dict containing the fieldnamesNEWSLETTER_FORM_REQUIRED_FIELDSallows the user to customise what fields are required on the form. This must be a listNEWSLETTER_FORM_LABELSallows the user to customise what the field labels are on the form. This must be a dict of field names and their corresponding labelNEWSLETTER_FORM_WIDGETSallows the user to customise what the field widgets are on the form. This must be a dict of field names and their corresponding widgetNEWSLETTER_HTTP_REFERERallows the user to customise the success url and return the user to the referer page after submission
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters