This commit is contained in:
Chris Jones
2012-01-16 12:12:36 -08:00
parent 4f561acefb
commit b32479d9ce
3 changed files with 5 additions and 1 deletions

1
.gitignore vendored
View File

@@ -1,3 +1,4 @@
.DS_Store
._*
*.pyc
local.py

View File

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

View File

@@ -1 +0,0 @@
# your local dev settings go here.