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 Distribution
Built Distribution
File details
Details for the file fluentcms-campaign-0.9.1.tar.gz
.
File metadata
- Download URL: fluentcms-campaign-0.9.1.tar.gz
- Upload date:
- Size: 13.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ca3e0a809e220762ad2f975c37521b43fd3c725b253095f4e88454ede3811ac1 |
|
MD5 | 1a1f506f74a447fd3ef0249154caf979 |
|
BLAKE2b-256 | cb8b228f7f004d94757e8de059923124116d4772625515aaf7d36913111e482a |
Provenance
File details
Details for the file fluentcms_campaign-0.9.1-py2.py3-none-any.whl
.
File metadata
- Download URL: fluentcms_campaign-0.9.1-py2.py3-none-any.whl
- Upload date:
- Size: 22.5 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 76aa94ac8f724c028567f0b27225fc7948826b809d0ff12c1f9a84e8c0af1b65 |
|
MD5 | 2b1868b650d09db093f6b05bd0e9ea3b |
|
BLAKE2b-256 | 49feeae4920b52f1b268fb5824fa138347396fd63bc066b3abc9d20d2a215fc1 |