moar docs.

This commit is contained in:
Chris Jones
2012-02-28 15:53:29 -08:00
parent ee7367184f
commit 474f628fd9

View File

@@ -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
------------- -------------