Set the From address for lemoncurry error emails

This commit is contained in:
Danielle McLean 2018-04-27 11:43:13 +10:00
parent 8c9977439e
commit 34ea2441bb
Signed by: 00dani
GPG Key ID: 8EB789DDF3ABD240
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ from .base import BASE_DIR, DATABASES
ALLOWED_HOSTS = ['00dani.me']
DEBUG = False
SECRET_KEY = environ['DJANGO_SECRET_KEY']
SERVER_EMAIL = 'lemoncurry@00dani.me'
# Use Postgres instead of SQLite in production.
DATABASES['default'] = {