Mandrill transactional email for Django in conjunction with Celery
Project description
DjrillCelery extends the Djrill package with a backend that sends mail with celery tasks.
Prerequisites
Install Djrill: https://djrill.readthedocs.org/en/latest/
Install Celery: https://pypi.python.org/pypi/djrill
Quickstart
Install DjrillCelery from PyPI:
$ pip install djrillceleryEdit your project’s settings.py:
INSTALLED_APPS = ( ... "djrillcelery" ) EMAIL_BACKEND = "djrillcelery.mail.backends.djrill.DjrillCeleryBackend"Now, for every mail that is sent a new task is created.
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
djrillcelery-0.1.tar.gz
(2.6 kB
view details)
File details
Details for the file djrillcelery-0.1.tar.gz.
File metadata
- Download URL: djrillcelery-0.1.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c5fc8dcc68351a5249f1abc591fc4fe0355feb1040394188387ff489a051ee79
|
|
| MD5 |
b75bc3c9f3e7f67670aab3265dc8a40e
|
|
| BLAKE2b-256 |
414fb38fa08db26c197ce75477aeb56b5454504b719394df3906242af26314d1
|