From 2c30f73af9a64a242955a4fe39b7ca0d8f24f302 Mon Sep 17 00:00:00 2001 From: Kenneth Love Date: Tue, 28 Feb 2012 14:41:51 -0800 Subject: [PATCH] code blocks --- README.rst | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index 74ac3bd..179733d 100644 --- a/README.rst +++ b/README.rst @@ -15,14 +15,11 @@ Configuration In ``settings.py``: 1. Add ``djrill`` to your ``INSTALLED_APPS``. -2. Add the following two lines, substituting your own ``MANDRILL_API_KEY``: - +2. Add the following two lines, substituting your own ``MANDRILL_API_KEY``:: MANDRILL_API_KEY = "brack3t-is-awesome" - MANDRILL_API_URL = "http://mandrillapp.com/api/1.0" -3. Override your existing email backend with the following line: - +3. Override your existing email backend with the following line:: EMAIL_BACKEND = "djrill.mail.backends.djrill.DjrillBackend" Usage