From d587e5c72916c990e84026ad318a923de6eb6030 Mon Sep 17 00:00:00 2001 From: Christopher Neugebauer Date: Sun, 17 Sep 2017 12:31:36 -0700 Subject: [PATCH] fix server_email --- pinaxcon/settings.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pinaxcon/settings.py b/pinaxcon/settings.py index e6e551f..90f8b41 100644 --- a/pinaxcon/settings.py +++ b/pinaxcon/settings.py @@ -30,6 +30,8 @@ from_email = os.environ.get("DJANGO_DEFAULT_FROM_EMAIL", None) if from_email is not None: DEFAULT_FROM_EMAIL = from_email +SERVER_EMAIL = DEFAULT_FROM_EMAIL + # 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.