From 778146cf61fa45220f5c185f44a39353b65eac73 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Mon, 18 Oct 2010 15:00:38 -0500 Subject: Move hardcoded email address to settings file Signed-off-by: Dan McGee --- settings.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'settings.py') diff --git a/settings.py b/settings.py index 2334a47..62ee336 100644 --- a/settings.py +++ b/settings.py @@ -13,6 +13,9 @@ ADMINS = ( # Set managers to admins MANAGERS = ADMINS +# Package out of date emails for orphans +NOTIFICATIONS = ['arch-notifications@archlinux.org'] + # Full path to the data directory DEPLOY_PATH = os.path.dirname(os.path.realpath(__file__)) -- cgit v1.2.3-24-g4f1b