forked from 00dani/lemoncurry
Set the From address for lemoncurry error emails
This commit is contained in:
parent
8c9977439e
commit
34ea2441bb
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ from .base import BASE_DIR, DATABASES
|
||||||
ALLOWED_HOSTS = ['00dani.me']
|
ALLOWED_HOSTS = ['00dani.me']
|
||||||
DEBUG = False
|
DEBUG = False
|
||||||
SECRET_KEY = environ['DJANGO_SECRET_KEY']
|
SECRET_KEY = environ['DJANGO_SECRET_KEY']
|
||||||
|
SERVER_EMAIL = 'lemoncurry@00dani.me'
|
||||||
|
|
||||||
# Use Postgres instead of SQLite in production.
|
# Use Postgres instead of SQLite in production.
|
||||||
DATABASES['default'] = {
|
DATABASES['default'] = {
|
||||||
|
|
Loading…
Reference in a new issue