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 --- packages/views.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'packages') diff --git a/packages/views.py b/packages/views.py index 60867d19..40e8a08e 100644 --- a/packages/views.py +++ b/packages/views.py @@ -1,5 +1,6 @@ from django import forms from django.contrib import messages +from django.conf import settings from django.core.mail import send_mail from django.template import loader, Context, RequestContext from django.http import HttpResponse, Http404 @@ -311,7 +312,7 @@ def flag(request, name='', repo='', arch=''): maints = pkg.maintainers if not maints: - toemail = ['arch-notifications@archlinux.org'] + toemail = settings.NOTIFICATIONS subject = 'Orphan %s package [%s] marked out-of-date' % \ (pkg.repo.name, pkg.pkgname) else: -- cgit v1.2.3-55-g3dc8