Mixin for grabbing the api info from the settings.

This commit is contained in:
Chris Jones
2012-01-16 14:27:43 -08:00
parent 04cacc6bcb
commit 607a480a97
2 changed files with 18 additions and 12 deletions

View File

@@ -20,8 +20,8 @@ DATABASES = {
}
}
# MANDRILL API KEY
MANDRILL_API_KEY = ""
#MANDRILL
MANDRILL_API_KEY = None
MANDRILL_API_URL = "http://mandrillapp.com/api/1.0/"