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.0.tar.gz
(3.5 kB
view details)
File details
Details for the file django-paloma-1.0.0.tar.gz
.
File metadata
- Download URL: django-paloma-1.0.0.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fc0f51886cfef931e92ff29630dddba141faa9aa10102cf84f816b6dacedc158 |
|
MD5 | a4c956fbdb86beb27997b858d71f9741 |
|
BLAKE2b-256 | 490fc5f8df601c11701edfcbdad0476faa906db09ca2dc4d96a7a569af4c0241 |