From f1a3853ce40ac98fd2baf60764662266f6536646 Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Tue, 28 Feb 2012 16:04:56 -0800 Subject: [PATCH] docs. --- README.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.rst b/README.rst index 810e385..d5e5022 100644 --- a/README.rst +++ b/README.rst @@ -4,6 +4,12 @@ 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. +An optional Django admin interface is included. The admin interface allows you to: check the status of your Mandrill API connection + + * Check the status of your Mandrill API connection. + * Add/disable email senders. + * See stats on email tags and urls. + Installation ------------