From 69241c6dacab2b9c00876ac6fe20c6d6d6bd4f9d Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Mon, 16 Jan 2012 14:11:54 -0800 Subject: [PATCH] Not https. --- settings/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings/base.py b/settings/base.py index faf0899..fa791f8 100644 --- a/settings/base.py +++ b/settings/base.py @@ -22,7 +22,7 @@ DATABASES = { # MANDRILL API KEY MANDRILL_API_KEY = "" -MANDRILL_API_URL = "https://mandrillapp.com/api/1.0/" +MANDRILL_API_URL = "http://mandrillapp.com/api/1.0/" # Local time zone for this installation. Choices can be found here: