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