Django Allauth account adapter for sending email using Mandrill templates
Project description
Django Allauth account adapter for sending email through Mandrill, using Djrill
Installation
To install the latest release:
pip install django-allauth-djrill
Alternatively, to install the latest development version:
pip install https://github.com/obsidiancard/django-allauth-djrill/tarball/master
Amend your INSTALLED_APPS setting:
INSTALLED_APPS = ( ..., 'allauth_djrill', )
Ensure that your EMAIL_BACKEND is set up to use Djrill:
EMAIL_BACKEND = 'djrill.mail.backends.djrill.DjrillBackend'
Switch your allauth account adapter:
ACCOUNT_ADAPTER = 'allauth_djrill.adapter.DjrillAccountAdapter'
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
File details
Details for the file django-allauth-djrill-0.1.0.tar.gz
.
File metadata
- Download URL: django-allauth-djrill-0.1.0.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 19dce343497b088aa5a9e3c7f9141d0ba885a9df62983ed3d19699436979e956 |
|
MD5 | 17df42d6e58a86f27d33ed60971697fc |
|
BLAKE2b-256 | ebbf782622b68b27686b007937e3a7b5f34ebb2df49ab789d7c28c14f6f61efe |