diff --git a/pinaxcon/settings.py b/pinaxcon/settings.py index 90f8b41009a1cee2b02931a52d943dead46626b6..0b031fa43767693f954b6d68c8e8255186d1f1bc 100644 --- a/pinaxcon/settings.py +++ b/pinaxcon/settings.py @@ -29,8 +29,7 @@ CANONICAL_HOST = os.environ.get("DJANGO_CANONICAL_HOST", None) 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 + 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