Remove admin@scipy.in email ID from the email List. The spam is too much.
authorMadhusudan.C.S <madhusudancs@gmail.com>
Fri, 31 Dec 2010 16:50:14 +0530
changeset 374 df1fe9447ff7
parent 373 a004342f3425
child 375 146fb4874a9c
Remove admin@scipy.in email ID from the email List. The spam is too much.
project/settings.py
--- a/project/settings.py	Mon Dec 27 03:51:41 2010 +0530
+++ b/project/settings.py	Fri Dec 31 16:50:14 2010 +0530
@@ -2,7 +2,7 @@
 import os
 
 ADMINS = (
-    ('Madhusudan.C.S', 'admin@scipy.in'),
+    #('Madhusudan.C.S', 'admin@scipy.in'),
 )
 
 MANAGERS = ADMINS