Tweaks
- extra column in events grid with location & time - bugfixes in locationwidget - prepared email notifications
This commit is contained in:
Binary file not shown.
@@ -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 = []
|
||||
|
||||
Reference in New Issue
Block a user