Skip to main content

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.

https://img.shields.io/pypi/v/fluentcms-campaign.svg https://img.shields.io/github/license/bashu/fluentcms-campaign.svg https://landscape.io/github/bashu/fluentcms-campaign/develop/landscape.svg?style=flat

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 Distribution

fluentcms-campaign-0.9.4.tar.gz (13.5 kB view details)

Uploaded Source

Built Distribution

fluentcms_campaign-0.9.4-py2.py3-none-any.whl (20.7 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file fluentcms-campaign-0.9.4.tar.gz.

File metadata

File hashes

Hashes for fluentcms-campaign-0.9.4.tar.gz
Algorithm Hash digest
SHA256 ce558f2ae2d5a2b7e91a10a31836f77ec9c44b428c6b066e188f86d73b14094f
MD5 15eb73b08e9ffd211c7286d2f2f77683
BLAKE2b-256 033e1aa317bd325898e83509d78c36ff87849136498f36615604f944a9eb29b2

See more details on using hashes here.

Provenance

File details

Details for the file fluentcms_campaign-0.9.4-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for fluentcms_campaign-0.9.4-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 0c5618b36a8967451a544aec5aa96466a8cadda5b0af27a37222d4e94f9d80f0
MD5 41476683c29e542a35d04851b99ffb8d
BLAKE2b-256 1a437868878d82e1a8fddfa16be60d27ea7f64365527e8db8e3c48f7f5482059

See more details on using hashes here.

Provenance

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