Skip to content

iconfinder/paloma

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Paloma -- class based e-mails for Django

image

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',
)

About

Paloma – class based e-mail templates for Django

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages