All Projects → arneb → Django Campaign

arneb / Django Campaign

Licence: bsd-3-clause
Newsletter management app for Django

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Django Campaign

Django Newsletter
An email newsletter application for the Django web application framework, including an extended admin interface, web (un)subscription, dynamic e-mail templates, an archive and HTML email support.
Stars: ✭ 605 (+1110%)
Mutual labels:  django, newsletter
Django Newsfeed
A news curator and newsletter subscription package for Django
Stars: ✭ 155 (+210%)
Mutual labels:  django, newsletter
Metaci
Lightweight, Salesforce specific CI app run on Heroku to build Github repositories configured for CumulusCI
Stars: ✭ 45 (-10%)
Mutual labels:  django
Django Unifi Portal
Authenticate Unifi WiFi Guests with Django
Stars: ✭ 50 (+0%)
Mutual labels:  django
Guides
Guides for learning + doing better web and app development. Created by Coding for Entrepreneurs.
Stars: ✭ 1,042 (+1984%)
Mutual labels:  django
Simple S3 Setup
Code examples used in the post "How to Setup Amazon S3 in a Django Project"
Stars: ✭ 46 (-8%)
Mutual labels:  django
Django Celery Tutorial
Django Celery Tutorial
Stars: ✭ 48 (-4%)
Mutual labels:  django
Babybuddy
A 👶 buddy to help caregivers track sleep, feedings, diaper changes, and tummy time to learn about and predict baby's needs without (as much) guess work.
Stars: ✭ 1,021 (+1942%)
Mutual labels:  django
Disposableemailchecker
Python class for use with Django to detect Disposable Emails
Stars: ✭ 50 (+0%)
Mutual labels:  django
Unchained
Secure password hashers for Go compatible with Django
Stars: ✭ 46 (-8%)
Mutual labels:  django
Spirit
Spirit is a modern Python based forum built on top of Django framework
Stars: ✭ 1,045 (+1990%)
Mutual labels:  django
Django Access
Django-Access - the application introducing dynamic evaluation-based instance-level (row-level) access rights control for Django
Stars: ✭ 47 (-6%)
Mutual labels:  django
Django Migrations Graph
Django-admin command to display migrations with dependencies.
Stars: ✭ 46 (-8%)
Mutual labels:  django
Hubblemon
Stars: ✭ 48 (-4%)
Mutual labels:  django
Django Admin Numeric Filter
Numeric filters for Django admin
Stars: ✭ 46 (-8%)
Mutual labels:  django
Weeklypedia
A weekly email update of all the most popular wikipedia articles
Stars: ✭ 50 (+0%)
Mutual labels:  newsletter
Django Rest Pandas
📊📈 Serves up Pandas dataframes via the Django REST Framework for use in client-side (i.e. d3.js) visualizations and offline analysis (e.g. Excel)
Stars: ✭ 1,030 (+1960%)
Mutual labels:  django
Pretix
Ticket shop application for conferences, festivals, concerts, tech events, shows, exhibitions, workshops, barcamps, etc.
Stars: ✭ 1,037 (+1974%)
Mutual labels:  django
Wolframwebengineforpython
Integrates the Wolfram Language seamlessly with Python AIOHTTP
Stars: ✭ 48 (-4%)
Mutual labels:  django
Grocerystore With Server
Grocery Store with server integration
Stars: ✭ 51 (+2%)
Mutual labels:  django

================================================= Newsletter management for the Django webframework

.. image:: https://img.shields.io/pypi/v/django-campaign.svg :target: https://pypi.python.org/pypi/django-campaign/

Django-campaign is a newsletter campaign management app for the Django webframework. It can manage multiple newsletters with different subscriberlists.

Features

  • Multiple newsletters
  • Multiple subscriberlists
  • Personalization of content for every Subscriber
  • Subscriber model lives in your code and can have whatever fields you want
  • Subscriberlists are defined as orm query parameters
  • Send mails from your own Server (through Django's email mechanism)
  • Send mails through Mandrill (a transactional email service from Mailchimp)
  • Send mails through Mailgun (a transactional email service)
  • Pluggable backends for integration with other email services
  • Make newsletters available online
  • Internal blacklist

Upgrading

If you are upgrading from a 0.2.x release the following changes are noteworthy:

  • The south migrations where removed in favor of Django 1.7 native migrations
  • The 'debug' and 'django_mailer' backends are no longer used, because setting Django's EMAIL_BACKEND settings to the correct value has the same effect.

Documentation

The documentation is available in the docs folder and online at: http://django-campaign.readthedocs.org

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].