mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 20:01:05 -05:00
moar docs.
This commit is contained in:
12
README.rst
12
README.rst
@@ -4,15 +4,19 @@ Djrill, for Mandrill
|
|||||||
Djrill is an email backend and new message class for Django users that want to take advantage of the Mandrill transactional email
|
Djrill is an email backend and new message class for Django users that want to take advantage of the Mandrill transactional email
|
||||||
service from MailChimp.
|
service from MailChimp.
|
||||||
|
|
||||||
|
Dependencies
|
||||||
|
------------
|
||||||
|
|
||||||
|
The only dependency other than Django is the ``requests`` library from Kenneth Reitz. If you do not
|
||||||
|
install through PyPI you will need to do ::
|
||||||
|
|
||||||
|
pip install requests
|
||||||
|
|
||||||
Installation
|
Installation
|
||||||
------------
|
------------
|
||||||
|
|
||||||
``pip install djrill``
|
``pip install djrill``
|
||||||
|
|
||||||
or
|
|
||||||
|
|
||||||
``pip install -e git+https://github.com/brack3t/Djrill.git``
|
|
||||||
|
|
||||||
Configuration
|
Configuration
|
||||||
-------------
|
-------------
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user