diff --git a/pinaxcon/settings.py b/pinaxcon/settings.py index f76a65d22d815d4fc1fe171e5851dde054a83f2a..d4a2e03bab4bc6a0d40821fe2a73846e4b09c459 100644 --- a/pinaxcon/settings.py +++ b/pinaxcon/settings.py @@ -34,6 +34,7 @@ CANONICAL_HOST = os.environ.get("DJANGO_CANONICAL_HOST", None) # system time zone. TIME_ZONE = os.environ.get("TZ", "America/Los_Angeles") +ADMINS = ("Webmaster", os.environ.get("DJANGO_ADMIN_EMAIL", "webmaster@localhost")) # Use SSLRedirectMiddleware SSL_ON = os.environ.get("DJANGO_SSL_ON", True)