Remove default admins

Set them in local_settings instead.

Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
Dan McGee 2011-01-06 10:28:06 -06:00
parent 18e86f50bf
commit d8b1f99824

View File

@ -6,9 +6,7 @@
TEMPLATE_DEBUG = DEBUG
## Notification admins
ADMINS = (
('Dan McGee', 'dan@archlinux.org'),
)
ADMINS = ()
# Set managers to admins
MANAGERS = ADMINS