Class based e-mails for Django
Project description
Inspired by Django’s recent push towards using class based views to increase code reusability, Paloma provides a similar interface to working with e-mails.
Installation
To install Paloma, do yourself a favor and don’t use anything other than pip:
$ pip install django-paloma
Once installed, you also need to add Paloma to your list of INSTALLED_APPS in your application configuration:
INSTALLED_APPS = (
...
'paloma',
)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
django-paloma-1.1.4.tar.gz
(4.0 kB
view hashes)