- extra column in events grid with location & time
- bugfixes in locationwidget
- prepared email notifications
This commit is contained in:
Martin Bauer
2013-11-01 12:42:57 +01:00
parent cd635aff9b
commit 82de9eaa84
56 changed files with 800 additions and 44 deletions

Binary file not shown.

View File

@@ -24,6 +24,14 @@ DATABASES = {
}
}
# Email
EMAIL_HOST='smtp.gmail.com'
EMAIL_HOST_USER='martinbauer86@gmail.com'
EMAIL_HOST_PASSWORD=''
EMAIL_USE_TLS=True
# Hosts/domain names that are valid for this site; required if DEBUG is False
# See https://docs.djangoproject.com/en/1.5/ref/settings/#allowed-hosts
ALLOWED_HOSTS = []