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: