code blocks

This commit is contained in:
Kenneth Love
2012-02-28 14:41:51 -08:00
parent 36ab06c4bd
commit 2c30f73af9

View File

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