From d8b1f9982466a4a4e8c224f335767084a5c6a301 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Thu, 6 Jan 2011 10:28:06 -0600 Subject: Remove default admins Set them in local_settings instead. Signed-off-by: Dan McGee --- settings.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'settings.py') diff --git a/settings.py b/settings.py index f98f709..6b6e0cc 100644 --- a/settings.py +++ b/settings.py @@ -6,9 +6,7 @@ DEBUG = False TEMPLATE_DEBUG = DEBUG ## Notification admins -ADMINS = ( - ('Dan McGee', 'dan@archlinux.org'), -) +ADMINS = () # Set managers to admins MANAGERS = ADMINS -- cgit v1.2.3-24-g4f1b