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.3.tar.gz
(4.0 kB
view details)
File details
Details for the file django-paloma-1.1.3.tar.gz
.
File metadata
- Download URL: django-paloma-1.1.3.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 503ddbee102a707b2e2a5197281ddd5ed0a9761bed9acfde75221efe9264f8c7 |
|
MD5 | 2fd27371233db1231a5f6b5090aed5ec |
|
BLAKE2b-256 | 087f57d3ddb939ff431d858b21c4566f6a4d7971bd6093b978aa84553ccf1314 |