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.0.1.tar.gz
(3.6 kB
view details)
File details
Details for the file django-paloma-1.0.1.tar.gz
.
File metadata
- Download URL: django-paloma-1.0.1.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f5dbe4c6eb3f9e9bac4986cb7d77f929dad37d439c8839e6b37f2f701aa542df |
|
MD5 | 609c7d74c55610a319acbf5a736fc68b |
|
BLAKE2b-256 | 53d51831b87acb2c9f17d50dc1d6c6aff15b815bfd24039eec3e44a9221b4a4c |