mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 03:41: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
|
||||
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
|
||||
------------
|
||||
|
||||
``pip install djrill``
|
||||
|
||||
or
|
||||
|
||||
``pip install -e git+https://github.com/brack3t/Djrill.git``
|
||||
|
||||
Configuration
|
||||
-------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user