summaryrefslogtreecommitdiffstats
path: root/settings.py
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2010-10-18 15:00:38 -0500
committerDan McGee <dan@archlinux.org>2010-10-18 15:00:44 -0500
commit778146cf61fa45220f5c185f44a39353b65eac73 (patch)
treea3ca1f2929652733ce7251d944652dbeb3b39230 /settings.py
parentc6f69b3582539ed709364bdea1e1291e8fd57fc7 (diff)
downloadarchweb-778146cf61fa45220f5c185f44a39353b65eac73.tar.gz
archweb-778146cf61fa45220f5c185f44a39353b65eac73.zip
Move hardcoded email address to settings file
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'settings.py')
-rw-r--r--settings.py3
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__))