Skip to content

cybersimon/fluentcms-campaign

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fluentcms-campaign

fluentcms-campaign is a newsletter campaign management app, that uses django-fluent-contents blocks to define the e-mail templates.

image

image

image

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. :-)

About

django-campaign meets fluentcms-emailtemplates

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published