From b32479d9cebd3acb83d4eb48a27ff2bb629692ae Mon Sep 17 00:00:00 2001 From: Chris Jones Date: Mon, 16 Jan 2012 12:12:36 -0800 Subject: [PATCH] oops. --- .gitignore | 1 + settings/base.py | 4 ++++ settings/local.py | 1 - 3 files changed, 5 insertions(+), 1 deletion(-) delete mode 100644 settings/local.py diff --git a/.gitignore b/.gitignore index a2ae3a4..6e99639 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ .DS_Store ._* *.pyc +local.py diff --git a/settings/base.py b/settings/base.py index 96e7e96..9f3e77b 100644 --- a/settings/base.py +++ b/settings/base.py @@ -20,6 +20,10 @@ DATABASES = { } } +# MANDRILL API KEY +MANDRILL_API_KEY = "" + + # Local time zone for this installation. Choices can be found here: # http://en.wikipedia.org/wiki/List_of_tz_zones_by_name # although not all choices may be available on all operating systems. diff --git a/settings/local.py b/settings/local.py deleted file mode 100644 index bdee589..0000000 --- a/settings/local.py +++ /dev/null @@ -1 +0,0 @@ -# your local dev settings go here. \ No newline at end of file