diff options
author | Dan McGee <dan@archlinux.org> | 2010-10-18 15:00:38 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2010-10-18 15:00:44 -0500 |
commit | 778146cf61fa45220f5c185f44a39353b65eac73 (patch) | |
tree | a3ca1f2929652733ce7251d944652dbeb3b39230 /settings.py | |
parent | c6f69b3582539ed709364bdea1e1291e8fd57fc7 (diff) |
Move hardcoded email address to settings file
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'settings.py')
-rw-r--r-- | settings.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/settings.py b/settings.py index 2334a47c..62ee336a 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__)) |