A basic newsletter app for django-fluent-pages
Project description
fluentcms-campaign
fluentcms-campaign is a newsletter campaign management app, that uses django-fluent-contents blocks to define the e-mail templates.
Installation
First install the module, preferably in a virtual environment. It can be installed from PyPI:
pip install fluentcms-campaign
Backend Configuration
First make sure the project is configured for fluentcms-emailtemplates.
Then add the following settings:
INSTALLED_APPS += (
'campaign',
)
Update your urls.py file:
urlpatterns += [
url(r'^campaign/', include('campaign.urls')),
]
The database tables can be created afterwards:
python ./manage.py migrate
Contributing
If you like this module, forked it, or would like to improve it, please let us know! Pull requests are welcome too. :-)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Close
Hashes for fluentcms_campaign-0.9.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 45675f895509bd738f9b45fffe3dee093cbec2b5f59c34b642d2db3c01b6bb52 |
|
MD5 | 13a4e48a291150461273356b4ca7307e |
|
BLAKE2b-256 | 9ce923b42caaee7348efe082c6a6542b1a2c400b48303126b86d1ea68a08d1bb |